Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localhost-four/chat
https://github.com/localhost-four/chat
chat log page
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/localhost-four/chat
- Owner: localhost-four
- License: apache-2.0
- Created: 2024-07-04T22:30:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T00:08:52.000Z (7 months ago)
- Last Synced: 2024-07-07T01:26:53.602Z (7 months ago)
- Topics: chat, log, page
- Language: JavaScript
- Homepage: https://localhost-four.github.io/CHAT/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Chat
A simple web chatting app using Socket.io, Node.js, MongoDB.
## Install Dependencies
```bash
npm install
```## Run Server
```bash
npm start
```