https://github.com/kbismark/codechat
Create groups, chat with friends, chat in codes. Made with [ JS, HTML, CSS, NodeJS, Socket.io and NoscDB ]
https://github.com/kbismark/codechat
chat-app codechat nodejs noscdb
Last synced: 19 days ago
JSON representation
Create groups, chat with friends, chat in codes. Made with [ JS, HTML, CSS, NodeJS, Socket.io and NoscDB ]
- Host: GitHub
- URL: https://github.com/kbismark/codechat
- Owner: KBismark
- License: mit
- Created: 2022-04-14T12:46:59.000Z (almost 4 years ago)
- Default Branch: fun
- Last Pushed: 2025-02-02T14:28:35.000Z (about 1 year ago)
- Last Synced: 2025-02-02T15:26:26.627Z (about 1 year ago)
- Topics: chat-app, codechat, nodejs, noscdb
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Chat
A simple web application that allows you to create groups, chat with friends and chat in codes. Made with JS, HTML, CSS, NodeJS, Socket.io and NoscDB.
## Start the server
```bash
npm start
```
Visit [http://localhost:8769](http://localhost:8769) to start chatting!