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

https://github.com/shrawankc11/chat-app

Minimalist chat app using socket io
https://github.com/shrawankc11/chat-app

nodejs socket-io websockets

Last synced: about 2 months ago
JSON representation

Minimalist chat app using socket io

Awesome Lists containing this project

README

          

## Chat app using Socket.io and Node.JS

```This chat app is inspired from the official Socket.io website's example chat app. The code contains all the homework challenge part from the website.```

## Features:-

- Nicknames for each user.
- '{user} is typing...' functionality 💬.
- User connected/disconnceted message.
- View list of online users.
- private chat and rooms(working on it...)

## To get started:-

- clone the repo
- install the required package, run 'npm i'
- test the app using 'npm run dev' or use the production version using 'npm run chat-app'

More about Websockets(socket.io) at 👉https://socket.io