Primus, the creator god of transformers but now also known as universal wrapper for real-time frameworks. There are a lot of real-time frameworks available for Node.js and they all have different opinions on how real-time should be done. Primus provides a common low level interface to communicate in real-time using various real-time frameworks.If you deploy your application behind a reverse proxy (Nginx, HAProxy, etc.) you might need to add WebSocket specific settings to its configuration files. If you intend to use WebSockets, please ensure that these settings have been added. There are some example configuration files available in the observing/balancerbattle repository.
real-time websocket framework sockjs browserchannel polling http nodejs node abstraction engine.io comet streaming pubsub pub sub ajax xhr faye io primus prumus realtime socket socket.io sockets spark transformer transformers websockets ws uwsThis extension provides a way to run a decentralized cluster of Faye servers that can be dynamically expanded at runtime. When you start a new server, you tell it the endpoint of one other server in the cluster and it will discover the rest itself. Any message you publish to a server is then forwarded to all the others. Using this extension you can run an ever-increasing number of Faye servers that share no state in order to increase your connection capacity. Each client should connect to one of these servers, and it will be able to communicate with any other client connected to the cluster.
faye comet websocket pubsub bayeuxThis plugin provides a Redis-based backend for the Faye messaging server. It allows a single Faye service to be distributed across many front-end web servers by storing state and routing messages through a Redis database server. In addition to the normal faye-redis engine, faye-redis-sharded provides the ability to split keys across multiple redis servers via consistent hashing, and even supports publishes to different redis server clusters.
faye faye-redis pubsub bayeuxUniversal API for realtime services. Integrate once and easily switch between Socket.io and PubNub. Provides handy methods for rooms, users, message history, and information about connected user.
pubnub socket realtime-service socket-io realtime realtime-messaging abstraction socket.io faye
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.