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
- Host: GitHub
- URL: https://github.com/ehsanparsania/chat-room
- Owner: EhsanParsania
- Created: 2021-11-27T12:07:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T08:42:11.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:28:31.926Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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