WebRTC!

WebRTC alternatives

  • Riot.im

  • Riot (formerly Vector) is an opensource interoperable app running on Web, iOS and Android. It is built around chat rooms, both public and private and provides messaging, filesharing, voice and video conferencing (beta on Android and web), integrations to tools like GitHub, Jira, Jenkins and much more soon. Vector is built on the Matrix.org open standard which provides bridges to other systems such as Slack, IRC and a lot more soon. One can use the hosted service or run their own. ยป

    tags: built-in-file-transfer chat-rooms decentralized encrypted-chat end-to-end-encryption
  • Autobahn

  • The Autobahn project provides open-source implementations of the The WebSocket Protocol and The Web Application Messaging Protocol (WAMP) network protocols.

    tags: tcp websocket twisted
  • gevent

  • gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.

    tags: coroutines greenlet library microthreads multithread