Links related to the Microservices Archtecture (aka μ-services)
Articles, Frameworks and tools for languages:
- Frameworks
- https://github.com/onefinestay/nameko - A microservices framework for Python that lets service developers concentrate on application logic and encourages testability.
- Articles
- http://lucumr.pocoo.org/2015/4/8/microservices-with-nameko/ - Nameko for Microservices
- Frameworks
- http://loopback.io - is the leading open source, enterprise-ready Node.js framework for helping developers to create APIs integrated with legacy and next gen backends that at the same time enables mobile and micro services architectures.
- http://senecajs.org - Seneca is a microservices toolkit for Node.js. It helps you write clean, organized code that you can scale and deploy at any time.
- Articles
- http://dejanglozic.com/2014/10/07/sharing-micro-service-authentication-using-nginx-passport-and-redis/ - Sharing micro-service authentication using Nginx, Passport and Redis
- Auth0 - An Introduction to Microservices
- Frameworks
- https://github.com/tumblr/colossus - I/O and Microservice library for Scala
- Articles
- http://www.typesafe.com/activator/template/akka-http-microservice - Akka HTTP microservice example