An open API service indexing awesome lists of open source software.

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.

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)