Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulangadasanayake/chat-app
This app allows multiple users to connect and chat instantly through a web interface. Perfect for learning the basics of WebSocket-based communication.
https://github.com/dulangadasanayake/chat-app
chat chat-application easy mini project
Last synced: about 1 month ago
JSON representation
This app allows multiple users to connect and chat instantly through a web interface. Perfect for learning the basics of WebSocket-based communication.
- Host: GitHub
- URL: https://github.com/dulangadasanayake/chat-app
- Owner: DulangaDasanayake
- Created: 2024-11-14T12:58:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:46:47.000Z (about 2 months ago)
- Last Synced: 2024-11-14T14:33:40.054Z (about 2 months ago)
- Topics: chat, chat-application, easy, mini, project
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Run the App
Start the server to test it locally:```bash
node server/server.js
```Visit http://localhost:3000 in a browser, and you should see a basic chat interface. Open multiple tabs or use different devices to test the real-time chat functionality!