Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abidalwassie/realtime-chat-server
Node.js application for realtime socket.io connection.
https://github.com/abidalwassie/realtime-chat-server
express javascript nodejs socket-io typescript websocket
Last synced: 14 days ago
JSON representation
Node.js application for realtime socket.io connection.
- Host: GitHub
- URL: https://github.com/abidalwassie/realtime-chat-server
- Owner: AbidAlWassie
- Created: 2024-11-01T15:14:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T12:39:25.000Z (3 months ago)
- Last Synced: 2024-11-20T18:08:44.052Z (3 months ago)
- Topics: express, javascript, nodejs, socket-io, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Time Chat App Server | socket.io, node.js
## Build & Start the app
### Run
```shell
npm run build && npm start
```