Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Nameko - A Microservice framework for Python

  • Share this:
post-title
Nameko is a microservices framework for Python that lets service developers concentrate on application logic and encourages testability. Developer can focus on business logic and write regular Python methods and classes to implement your service. Nameko will manage connections, transports and concurrency for you.

Nameko gives you effortless concurrency by yielding workers when they wait for I/O, leaving you free to handle many requests without the worry of threading. Nameko is compatible with almost any protocol, transport or database. Simply use the built-in extensions, build your own or leverage the community.
https://www.nameko.io/
https://github.com/nameko/nameko
License:
Tech: