Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/can-dy-jack/websocket-chat
a simple chat app created by websocket.
https://github.com/can-dy-jack/websocket-chat
chat javascript simple socket websocket
Last synced: 20 days ago
JSON representation
a simple chat app created by websocket.
- Host: GitHub
- URL: https://github.com/can-dy-jack/websocket-chat
- Owner: can-dy-jack
- License: mit
- Created: 2023-02-27T05:49:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T06:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T04:42:11.253Z (2 months ago)
- Topics: chat, javascript, simple, socket, websocket
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## websocket-chat
> a simple chat app created by websocket.![websocket](websocket.png)
### run it
1. `yarn install`
2. Run the server side: `node server/app.js`
3. Run the client side: open `index.html`You can change `server/app.js` and `index.js` for coding!