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

Moved Perl and Python categories.

This commit is contained in:
mfornos 2015-12-25 19:01:50 +01:00
parent 64d3e5777e
commit 861fa2caa6

View file

@ -16,9 +16,9 @@ A curated list of Microservice Architecture related principles and technologies.
- [Go](#go)
- [Haskell](#haskell)
- [Java VM](#java-vm)
- [Node.js](#nodejs)
- [Perl](#perl)
- [Python](#python)
- [Node.js](#nodejs)
- [Capabilities](#capabilities)
- [API Gateways / Edge Services](#api-gateways--edge-services)
- [Configuration and Discovery](#configuration-and-discovery)
@ -165,14 +165,6 @@ 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.
@ -184,6 +176,14 @@ 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/) - Next generation web framework for Perl.
### Python
- [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library.
## Capabilities
### API Gateways / Edge Services