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

https://github.com/bdbose/chatroom-node

Simple Chat App Backend made with node, express and socketio.
https://github.com/bdbose/chatroom-node

express nodejs socket-io

Last synced: 11 months ago
JSON representation

Simple Chat App Backend made with node, express and socketio.

Awesome Lists containing this project

README

          

# Simple Chat App Backend

This is the backend socket setup for a Chat Application 🚀

## Tech Used

- Nodejs 🌏
- Express 🎯
- SocketIo 🧿

## To start 🚀

```
npm i
npm run dev
```

### For the Frontend Code : https://github.com/bdbose/Chatroom-React