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

https://github.com/markalexi/chatonjs

Simple public chat based on WebSockets with server.
https://github.com/markalexi/chatonjs

Last synced: about 1 year ago
JSON representation

Simple public chat based on WebSockets with server.

Awesome Lists containing this project

README

          

# chatOnJS
Simple public chat based on WebSockets with server.
![Chat](/chat.png "Chat")

For installation dependencies used script `install-dep`. For bundling chat used script `build`. For starting server used script `start`. Therefore launch chat on `localhost:8080`. You may connect chat from any browser.
For using Hot Reload run `watch`.
`prod` is production mode for webpack.