Autobahn!

Autobahn alternatives

  • WebRTC

  • WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple JavaScript APIs. The WebRTC components have been optimized to best serve this purpose.

    tags: api communications javascript tcp udp
  • 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