https://github.com/OuailTayarth/Chat-application-realtime
Build and deploy a real-time chat application using React.js, Node.js, Express.js, and Socket.io
https://github.com/OuailTayarth/Chat-application-realtime
reactjs socket-io
Last synced: 8 months ago
JSON representation
Build and deploy a real-time chat application using React.js, Node.js, Express.js, and Socket.io
- Host: GitHub
- URL: https://github.com/OuailTayarth/Chat-application-realtime
- Owner: BjornBuug
- Created: 2021-03-15T17:39:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T16:15:19.000Z (about 5 years ago)
- Last Synced: 2024-12-12T20:19:31.582Z (over 1 year ago)
- Topics: reactjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-application-realtime
Build and deploy a real-time chat application using React.js, Node.js, Express.js, and Socket.io
Usage
# Install dependencies
npm install
# Run app
npm start on both client and server side
# Build app
npm run build