Jetmaker – open source framework for building distributed systems in Python



This content originally appeared on DEV Community and was authored by Gavin

Project: Jetmaker

It is a framework for Python developers to connect multiple distributed nodes into one single system, so distributed apps can access one another’s data and services. And it also provides tools to synchronize all the nodes just like how you do in multithreading and multiprocessing

Github link: https://github.com/gavinwei121/Jetmaker

Documentation: https://remeny-technologies.gitbook.io/jetmaker-documentation
Image description


This content originally appeared on DEV Community and was authored by Gavin