GitXplorerGitXplorer
e

video-realtime-chat-react-express

public
10 stars
8 forks
3 issues

Commits

List of commits on branch main.
Verified
678c467fad9672251644dfcf9b0acebacc95deff

Update README.md

eeddiejaoude committed 3 years ago
Verified
9027c3fd9e8650407281f92553b94d272c232fe7

Update README.md

eeddiejaoude committed 3 years ago
Unverified
208e46b5cc339d1f0e8cb28ce2c9241769066301

feat: save messages in memory

eeddiejaoude committed 3 years ago
Unverified
3338b831b983f8f787567c37b2af21640a35dfb0

fix: connect only once

eeddiejaoude committed 3 years ago
Unverified
e53465c2767d96d30ecf306ffd10dfd2acd16b04

feat: live chat web sockets

eeddiejaoude committed 3 years ago
Unverified
b4a6a575dd905b440064c71c71f7d8adf73a9c52

feat: ui chat

eeddiejaoude committed 3 years ago

README

The README file for this repository.

Realtime chat app build with React and SocketIO

YouTube video https://www.youtube.com/watch?v=qn7fKqMQipI

Quickstart

  1. Install dependencies npm install
  2. Run the backend server node server.js
  3. Run the react app npm start
  4. Vist the url localhost:3000

screenshot