https://github.com/emrd/nodejs-real-time-chat
https://github.com/emrd/nodejs-real-time-chat
chat nodejs realtime
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/nodejs-real-time-chat
- Owner: EmrD
- Created: 2024-07-26T21:04:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:15:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T20:44:36.694Z (over 1 year ago)
- Topics: chat, nodejs, realtime
- Language: HTML
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node + Express Service Starter
This is a simple API sample in Node.js with express.js.
## Getting Started
Server should run automatically when starting a workspace. To run manually, run:
```sh
node server.cjs
```