CoreyMSchafer/code_snippets

please example with Flask_socketio PubSub Redis Celery and local courier service

Opened this issue · 1 comments

Hi,
i'd like to make a little multiplayer game over the net and player of a same team should exchange
with a kind of email but on local server.

I also need notification to say when a kingdom is being attacked (no broadcast here).

It's difficult for me to display on all clients in real time who is connected just now ( only the very last connected player has the full list, if the other players refresh, the connections are destroyed).

Can you make something about it ?
Thank you so much, your tuto is very clear !

i found it !
=> WAMP Crossbar Autobahn !