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

Added kore

This commit is contained in:
mfornos 2015-05-17 22:00:06 +02:00
parent 4984742d8e
commit cbb8177ec4

View file

@ -59,6 +59,19 @@ A curated list of Microservice Architecture related principles and technologies.
- [Seneca](http://senecajs.org/) - A Micro-Services toolkit for Node.js
### C
- [Kore](https://kore.io/) - Kore is an easy to use web application framework for writing scalable web APIs in C.
### D
- [Vibe.d](http://vibed.org/) - Asynchronous I/O that doesnt get in your way, written in D.
### Erlang
- [Gen_microservice](https://github.com/videlalvaro/gen_microservice) - This library solves the problem of implementing microservices with Erlang.
- [Mochiweb](https://github.com/mochi/mochiweb) - MochiWeb is an Erlang library for building lightweight HTTP servers.
## Runtimes
- [Akka](http://akka.io/) - Toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.