Skip to content

bio-boris/pyzmq-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pyzmq-chat

Chatroom with pyzmq

  • Server runs in the background

  • Users can send messages, and see all messages since they connected.

  • This uses the REQUEST/REPLY messaging pattern with pyZMQ. The client uses the main thread to send messages, and runs request messages on a seperate thread.

  • Future Ideas: Serve this chatroom with Tornado

About

Chatroom with pyzmq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages