Open jdeschenes opened 9 years ago
This works with socketio 0.9, right ? not 1.0+
so it basically fixes the compat. with the latest gevent-websocket
is that right ?
hmm.. so this just adds a new example, is that right ? :) heehee
No it works with socketio 1.0+. I essentially stripped down the simple_pyramid_chat from your repo, written by @sontek and I made it work with this version of socketio. I am currently working on a big update for that project, that I will submit this week.
oh cool !
oh so gevent_socketio2 is the revamp to support Socket.IO 1.0+ ? that's great.. I didn't have much time to continue gevent-socketio.. glad you're taking over! good luck!
This is a very simple chat example using the pyramid framework. I took it from the original gevent-socketio from @abourget.