DEV Community

Artak Avetyan
Artak Avetyan

Posted on

Developer friendly IPC

Hi,

i've developed AREG SDK, which is an interface-centric real-time communication engine. It has fundamental features that can compete and beat many similar very known RPC and multiprocessing solutions. But it is still not good enough to say AREG SDK can win them, because I'm missing support and use of SDK in other programming languages. I'd like to share my knowledge in multithreading, multiprocessing, IoT, asynchronous communication and event-driven communication. Feel free to ask questions. And I'd like to discuss with you about solutions to bridge C++ with Java, C#, JavaScript, Python, Go, etc.

The engine I developed is here: https://github.com/aregtech/areg-sdk/

Top comments (0)