shuoli84 / gevent_socketio2

The socketio protocol implementation under gevent
MIT License
4 stars 4 forks source link

Chatter example #4

Open jdeschenes opened 9 years ago

jdeschenes commented 9 years ago

This is a very simple chat example using the pyramid framework. I took it from the original gevent-socketio from @abourget.

abourget commented 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 ?

abourget commented 9 years ago

hmm.. so this just adds a new example, is that right ? :) heehee

jdeschenes commented 9 years ago

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.

abourget commented 9 years ago

oh cool !

abourget commented 9 years ago

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!