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

https://github.com/rmatambo8/chat-app

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
https://github.com/rmatambo8/chat-app

chat-application chatroom react socket-io socket-server socket-service websockets

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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