7 ms·
have you considered using rabbitmq/0mq? It sounds like they are perfect candidates for what you are trying to achieve.
by kqueue 16y ago
have you considered using rabbitmq/0mq? It sounds like they are perfect candidates for what you are trying to achieve.
- BuckToBid 16y agoI had never heard of those before. Are they capable of working inside any web broswer? Looking it up right now.
- kqueue 16y agoYes, you can reach a queue via a web browser using the proper api access you provide. If you have 100 users, each one waiting for a message in their queue, then you can "broadcast" a single message to all of the queues (or a group) with one command. All the users waiting for a message in their queue will get a copy. Another approach which is hack-ish imo, is to use something like jabberd to broadcast messages.