1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-10-30 12:03:53 -04:00

Tweaking the last PR

This commit is contained in:
mfornos 2015-12-25 18:42:29 +01:00
parent 2ae8a1f7a8
commit 5080da2218

View file

@ -16,6 +16,8 @@ A curated list of Microservice Architecture related principles and technologies.
- [Go](#go)
- [Haskell](#haskell)
- [Java VM](#java-vm)
- [Perl](#perl)
- [Python](#python)
- [Node.js](#nodejs)
- [Capabilities](#capabilities)
- [API Gateways / Edge Services](#api-gateways--edge-services)
@ -161,6 +163,14 @@ A curated list of Microservice Architecture related principles and technologies.
- [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.
### Perl
- [Mojolicious](http://mojolicio.us/) - Next generation web framework for Perl.
### Python
- [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library.
### Node.js
- [Actionhero](http://www.actionherojs.com/) - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
@ -172,13 +182,6 @@ A curated list of Microservice Architecture related principles and technologies.
- [Restify](http://restify.com/) - Node.js module built specifically to enable you to build correct REST web services.
- [Seneca](http://senecajs.org/) - A microservices toolkit for Node.js
### Perl
- [Mojolicious](http://mojolicio.us/) - Non-blocking micro-service framework with well developed server and client
### Python
- [Totrnado](http://www.tornadoweb.org/) - Non-blocking micro-service framework with well developed server and client
## Capabilities
### API Gateways / Edge Services