Skip to content

a basic start to Realtime-as-a-service. Tested with a basic chat app. Can be exported and used in a react app - light-weight solution

Notifications You must be signed in to change notification settings

rmatambo8/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat app that takes advantage of sockets

we were trying to create a socket as a micro service that runs on a separate server.

this application allows for bidirectional communication between devices and when the socket server is down, the entire app does not crash but rather bypasses the socket service and waits for the socket service to become active again.

to run the app you have to run two servers:

  • react app server (main)
  • socket service server

About

a basic start to Realtime-as-a-service. Tested with a basic chat app. Can be exported and used in a react app - light-weight solution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published