KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PubHub
★ 14
Open GitHub ↗
A PubSub hub implementation in node.js
Download README (.md)
Explore Similar Repositories
FREPenTablet
:
AIR 3 Native Extension For Windows 7
open311-simple
:
Open 311 Simple (draft)
data_migrations
:
No description available.
visualize
:
Recoset's Dataviz Framework
PP-MM-A03
:
Parallel Processing - Matrix Multiplication (Cannon, DNS, LUdecomp)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PubHub
?
Download (.md)
PubHub ====== A node.js implementation of a PubSub hub which allows one to many communication: * one: the feed to subscribe to. * many: the subscribers to respond to. Dependencies ------------ This application requires MySQL as a persistant data store. To connect to the database copy the example\_local.json file to local.json and fill out the appropriate connection details. Installation ------------ It's easiest to install PubHub with npm: ``` npm install ``` The specific packages used are listed in the package.json file. Currently, you must manually create the MySQL database tables. See SCHEMA.md for the commands to do this. After the database is created, copy example_local.json to local.json and fill out the appropriate connection settings. Running ------- ``` node app.js ``` The server listens on port 3000 by default. You can add subscriptions by sending Pubsubhubbub subscribe requests to $HOST:3000/subscribe.