|
|
|
|
|
by dguaraglia
3925 days ago
|
|
Have you tried using Tornado/Twisted for the websockets? I'm curious about performance. I'm building a side project right now and I'm using Django running inside Tornado (it's pretty simple to setup, really) so I can both have my cake and eat it (easy APIs, and a layer I can use to maintain websockets.) I wonder if the performance would be comparable to Node? |
|