
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. Source code : https://github.com/gevent/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. Source code : https://github.com/gevent/gevent
A WebSocket Implementation for Node.JS ( Draft -08 through the final RFC 6455 ) Source code : https://github.com/theturtle32/ ...
greenlet - Lightweight in-process concurrent programming The “greenlet” package is a spin-off of Stackless, a version of CPyth ...
Bone.io allows you to build realtime JavaScript apps using WebSockets to deliver "hot" data to the browser. This enables you ...
What is reep.io? reep.io uses modern WebRTC technology to enable peer-to-peer file transfers between two browser. Peer-to-Peer ...
WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple JavaScrip ...
Socket.IO aims to make real-time apps possible in every browser and mobile device, blurring the differences between the differ ...
JsSIP, the JavaScript SIP library Source code : https://github.com/versatica/JsSIP
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
...