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.
- Host: GitHub
- URL: https://github.com/markalexi/chatonjs
- Owner: MarkAlexI
- License: mit
- Created: 2022-07-23T22:14:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T17:35:14.000Z (over 3 years ago)
- Last Synced: 2025-01-16T14:55:54.341Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatOnJS
Simple public chat based on WebSockets with server.

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.