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

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

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