nexusse
Version:
A Pub/Sub HUB for Server-Sent Event
31 lines (29 loc) • 779 B
JSON
{
"port": 3000,
"max_publishing_topics_counts": 2,
"max_subscription_topics_counts": 20,
"keepAliveInterval": 40,
"channels": [
{
"path": "/events",
"subscriptionLimit": 10,
"topicsLimit": 20,
"allowedSubscribersOrigins": [],
"allowedPublishersOrigins": [],
"allowDynamicTopics": true,
"topics": []
},
{
"path": "/events",
"subscriptionLimit": 10,
"topicsLimit": null,
"allowedSubscribersOrigins": [],
"allowedPublishersOrigins": [],
"allowDynamicTopics": false,
"topics": [
"jokes",
"countries-names"
]
}
]
}