Skip to content

Research about realtime handling message into web platform. Running on Node Environment

Notifications You must be signed in to change notification settings

firmangel8/research-distributed-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

research-distributed-messaging

Research about realtime handling message into web platform. Running on Node Environment

Environtment

Ensure you have NodeJS Environtment. Please refer to https://nodejs.org/en/ to setup NodeJS environment

Architechture

  • socket-client is a example of client who consume all message through spesific channel port.
  • socket-server is a server to produce message then distributed into spesific channel. It will emit all message transmition

Depedencies Framework

  • ReactJS
  • Socket.io

Clone Projects

git clone [email protected]:firmangel8/research-distributed-messaging.git

Run socket-client

  • go to inside socket-client (cd socked-client)
  • run command npm install
  • run command npm start

Run socket-server

  • Go to inside socket-server (cd socked-server)
  • run command npm install
  • node app.js

About

Research about realtime handling message into web platform. Running on Node Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published