Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

This is used for distributing messages to the correct clients

License

Notifications You must be signed in to change notification settings

Pushjet/Pushjet-Server-Broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushjet Server Broker License

This part of pushjet manages the communication between clients that are listening to pushjet and the server. It uses ZeroMQ for the messaging which allows the server to be scaled at ease. The method for sending out messages is called pub/sub. It makes sure that only the messages that matter are processed by the right connections.

Installation

make 
sudo make install
cp init.d/pushjet-broker.sh /etc/init.d/pushjet-broker
/etc/init.d/pushjet-broker start

About

This is used for distributing messages to the correct clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published