This is a very simple chat without any security measures (code injection among others can be performed). You just pick a username in the entrance page and next you can communicate in a public chat with all the users that are logged in.
This chat was made after using bottle and websockets in a university's project. I decided to make it because there aren't many chat examples with this technologies together.
- In terminal, go to the folder where "chat" folder is but don't enter inside "chat" folder;
- Type sudo pip install -e chat.
- In terminal, go to chat/chatOn/
- Type chatOn_server
- Open your browser and type in the address bar: localhost:8080