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
- Host: GitHub
- URL: https://github.com/rmatambo8/chat-app
- Owner: rmatambo8
- Created: 2021-02-11T22:48:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T13:32:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T05:47:52.571Z (11 months ago)
- Topics: chat-application, chatroom, react, socket-io, socket-server, socket-service, websockets
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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