https://github.com/sedrubal/websocketchat
A small and simple chat website using tornado and websockets.
https://github.com/sedrubal/websocketchat
bootstrap chat tornado web-app websocket
Last synced: 3 months ago
JSON representation
A small and simple chat website using tornado and websockets.
- Host: GitHub
- URL: https://github.com/sedrubal/websocketchat
- Owner: sedrubal
- License: gpl-3.0
- Created: 2016-01-11T01:29:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T03:36:27.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T08:43:42.693Z (12 months ago)
- Topics: bootstrap, chat, tornado, web-app, websocket
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Websocket chat
==============
A small and simple chat website using tornado and websockets.
This is only for playing around with websockets and not for production ;)
Usage
-----
- Install tornado: `pip install tornado`
- Run the app: `./main.py`
- Go to: http://localhost:8888/
Features
--------
- websockets
- python3
- tornado
- Bootstrap
- Javascript
License
-------
[GPLv3](LICENSE)