1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

added Akka HTTP, Flask and web.py

This commit is contained in:
Francois Dang Ngoc 2016-03-11 14:29:35 -05:00
parent b1e950774e
commit 2f66711b12

View file

@ -185,6 +185,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Scalatra](http://www.scalatra.org/) - Simple, accessible and free web micro-framework.
- [Skinny Micro](https://github.com/skinny-framework/skinny-micro) - Micro-web framework to build servlet applications in Scala.
- [Spray](http://spray.io/) - Open-source toolkit for building REST/HTTP-based integration layers on top of Scala and Akka.
- [Akka HTTP](http://doc.akka.io/docs/akka/current/scala/http) - Open-source toolkit for building REST/HTTP-based integration layers on top of Scala and Akka (will replace Spray).
### Node.js
@ -209,6 +210,8 @@ A curated list of Microservice Architecture related principles and technologies.
- [Nameko](https://github.com/onefinestay/nameko) - Python framework for building microservices.
- [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library.
- [Flask](http://flask.pocoo.org/) - Python framework for microservices based on Werkzeug and Jinja 2.
- [web.py](http://webpy.org/) - Minimalist web framework for Python.
### Ruby