SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 C++ Pubsub Projects
-
Project mention: An Analysis of the Performance of WebSockets in Various Programming Languages | news.ycombinator.com | 2024-11-22
NodeJS beating C++ in these benchmarks makes me suspect the methodology / server setup since the NodeJS library[0] used is just a wrapper around the C++ library[1].
[0]: https://github.com/uNetworking/uWebSockets.js
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
They explained why they did this here: https://github.com/zeromq/libzmq/issues/2376
Bottom line is that their licensing with a static linking exception was kind of weird and creating a lot of issues combining zeromq code even with other open source licenses (like Apache 2.0).
Interesting to see how they gathered permission to do this from the developer community. License changes like this are usually hard to realize unless you insist on copyright transfers. But in this case they managed to do it without that. So it was a collective decision. Hard to argue with that.
-
Project mention: An Analysis of the Performance of WebSockets in Various Programming Languages | news.ycombinator.com | 2024-11-22
NodeJS beating C++ in these benchmarks makes me suspect the methodology / server setup since the NodeJS library[0] used is just a wrapper around the C++ library[1].
[0]: https://github.com/uNetworking/uWebSockets.js
-
Project mention: iceoryx VS iceoryx2 - a user suggested alternative | libhunt.com/r/iceoryx | 2024-11-11
-
sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Message Delivery Tracing aims to debug an application built on top of SObjectizer. In essence, it logs the primary stages of the message delivery process, allowing visibility into whether there is a suitable subscriber with the corresponding event handler.
-
-
areg-sdk
AREG is a cross-platform asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
C++ Pubsub discussion
C++ Pubsub related posts
-
An Analysis of the Performance of WebSockets in Various Programming Languages
-
iceoryx VS iceoryx2 - a user suggested alternative
2 projects | 11 Nov 2024 -
Lightweight and fast AMQP (0-9-1) server
-
uWebSockets.js
-
Essentials of Object Oriented and Functional Programming: A Guide to Modular Code
-
Recommendations for a CPP HTTP server which supports changing max threads at run time.
-
I have done a full benchmark of a POST REST API on my computer: Node.js vs Fastify vs Express.js vs Deno vs Bun vs GO. Node.js is used WITH and WITHOUT clustering on 6-core I7 processor
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Feb 2025
Index
What are some of the best open-source Pubsub projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | µWebSockets | 17,634 |
2 | ZeroMQ | 9,906 |
3 | uWebSockets.js | 8,262 |
4 | iceoryx | 1,741 |
5 | sobjectizer | 506 |
6 | ros_gz | 290 |
7 | areg-sdk | 289 |
8 | mros2 | 170 |