Skip to content

arild/websocket_chat_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket_chat_server

Simple distributed chat server using WebSockets with a Web interface. Distributed in the sense that server instances run locally as processes communicating over localhost. Tested with Python 3.2 and 3.3.

External libraries included in repository:

  • Pyro4 (remote objects)
  • Tornaodo (Web and WebSocket server)

Chat server requires a Pyro4 naming server running:

  • cd lib
  • python -m Pyro4.naming (or python -m Pyro4.naming -n <host address> if name server binds to localhost)

Start chat server with:

Run test:

  • cd test
  • python -m unittest test_user_registry.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published