Tagged Questions
1
vote
1answer
295 views
Vertx SockJS server vs sockjs-tornado
I've been inspecting two similar solutions for supporting web sockets via sockJS using an independent Python server, and so far I found two solutions.
I need to write a complex, scalable web socket ...