Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venushadilshan/vimo
Real-time Chat App with socket.io, React and Express
https://github.com/venushadilshan/vimo
express nodejs react reactjs scoket socket-io
Last synced: 26 days ago
JSON representation
Real-time Chat App with socket.io, React and Express
- Host: GitHub
- URL: https://github.com/venushadilshan/vimo
- Owner: venushadilshan
- Created: 2022-01-23T02:32:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:33:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T13:40:41.604Z (3 months ago)
- Topics: express, nodejs, react, reactjs, scoket, socket-io
- Language: JavaScript
- Homepage: https://vimo.vercel.app/
- Size: 822 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VIMO - Real-time Chat App with socket.io
### Libraries and Dependencies
- React
- socket.io
- react-router
- React icons
- Tailwind CSS
- Node
- Express
- CORS### How to use
1. Clone the repo
2. Open a terminal at root level and run `npm install` to install all packages
3. Navigate /backend folder
4. Open another terminal at backend folder and run `npm insall` to install the package for the backend
5. While staying in the backend terminal, run `npm start` to start the server
6. Go to root of the project /vimo and run `npm start` run the react app
7. You are ready to go...### Thank you. See you again!