Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!