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:
parent
2ae8a1f7a8
commit
5080da2218
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -16,6 +16,8 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
- [Go](#go)
|
- [Go](#go)
|
||||||
- [Haskell](#haskell)
|
- [Haskell](#haskell)
|
||||||
- [Java VM](#java-vm)
|
- [Java VM](#java-vm)
|
||||||
|
- [Perl](#perl)
|
||||||
|
- [Python](#python)
|
||||||
- [Node.js](#nodejs)
|
- [Node.js](#nodejs)
|
||||||
- [Capabilities](#capabilities)
|
- [Capabilities](#capabilities)
|
||||||
- [API Gateways / Edge Services](#api-gateways--edge-services)
|
- [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.
|
- [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.
|
- [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
|
### Node.js
|
||||||
|
|
||||||
- [Actionhero](http://www.actionherojs.com/) - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
|
- [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.
|
- [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
|
- [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
|
## Capabilities
|
||||||
|
|
||||||
### API Gateways / Edge Services
|
### API Gateways / Edge Services
|
||||||
|
|
Loading…
Reference in a new issue