Skip to content

A real-time communication web application built using React, TypeScript and Socket.io

Notifications You must be signed in to change notification settings

hugocornellier/secure-live-chat-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Real-Time Chat (Web App)

This is a web application that enables users to communicate with one another in real-time. The backend handles concurrent connections using Socket.io.

Demo

Get Started

Dev:

  • npm i && npm i --prefix ./frontend
  • npm start
  • In separate terminal:
  • npm start --prefix ./frontend

Production:

  • At root: npm run build
  • serve -s -n build
  • forever stopall; forever start ./backend/server.js

About

A real-time communication web application built using React, TypeScript and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published