1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-27 11:24:38 -05:00

Added Friboo under "Clojure" section

Friboo (https://github.com/zalando/friboo) is an open-source utility library for writing microservices in Clojure, with support for Swagger and OAuth.
This commit is contained in:
Lauri at Zalando 2016-08-12 13:28:01 +02:00 committed by GitHub
parent d9a3289d6c
commit f343015e89

View file

@ -179,6 +179,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Compojure](https://github.com/weavejester/compojure) - A concise routing library for Ring/Clojure.
- [Duct](https://github.com/weavejester/duct) - Minimal framework for building web applications in Clojure, with a strong emphasis on simplicity.
- [Friboo](https://github.com/zalando/friboo) - Utility library for writing microservices in Clojure, with support for Swagger and OAuth.
- [Liberator](http://clojure-liberator.github.io/liberator/) - Library that helps you expose your data as resources while automatically complying with all the relevant requirements of the HTTP specification.
- [Modularity](https://modularity.org/) - JUXT's Clojure-based modular system.
- [System](https://github.com/danielsz/system) - Built on top of Stuart Sierra's component library, offers a set of readymade components.