https://github.com/scarywings83289/chat-app
Simple Chatting Application made by using Node.js & Socket.io
https://github.com/scarywings83289/chat-app
nodejs socket-io
Last synced: 2 months ago
JSON representation
Simple Chatting Application made by using Node.js & Socket.io
- Host: GitHub
- URL: https://github.com/scarywings83289/chat-app
- Owner: ScaryWings83289
- Created: 2020-05-19T06:43:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:05:21.000Z (over 3 years ago)
- Last Synced: 2025-03-28T05:25:48.357Z (about 1 year ago)
- Topics: nodejs, socket-io
- Language: JavaScript
- Homepage: https://chat-on-web.herokuapp.com/
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Application
 
1. **Node.js** for backend and **Express** as a framework.
2. **Bootstrap** for styling.
3. **Socket.io** for real-time communication in a room
## Quick Start
Clone the repository and do following:
```bash
# Install dependencies for server
npm install
# Run the Express server only
node app.js
# Server runs on http://localhost:3000
```