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

https://github.com/ehsanparsania/chat-room

Technologies : NodeJS, Express, Socket.io , React, AES 256 encryption, Sass
https://github.com/ehsanparsania/chat-room

Last synced: about 1 month ago
JSON representation

Technologies : NodeJS, Express, Socket.io , React, AES 256 encryption, Sass

Awesome Lists containing this project

README

        

# Chat-room
### Technologies :

- NodeJS
- Express
- Socket.io
- React
- AES 256 encryption
- Sass

### To Start Project :

#### Start server :

$ cd chat-backend

$ npm run server

#### Start React App :

$ cd chat-frontend

$ npm start