SocketIO with Python’s Flask

Flask-SocketIO gives Flask applications access to low latency
bi-directional communications between the clients and the server. The
client-side application can use any of the SocketIO
official clients libraries in Javascript, C++, Java and Swift, or any
c… Read more

Similar

Under the hood of calling C/C++ from Python

I’ve always been fascinated by CPython and C language companionship. On the one hand, we’ve got a comprehensive and straightforward tool, and on the other — performant and low-level one. I’d even say that this synergy is one of the main pillars that hav... (more…)

Read more »