An open API service indexing awesome lists of open source software.

https://github.com/pmlopes/u-yoke

multi backend yoke proof of concept, not real a production ready project
https://github.com/pmlopes/u-yoke

Last synced: about 4 hours ago
JSON representation

multi backend yoke proof of concept, not real a production ready project

Awesome Lists containing this project

README

          

# u-Yoke

This is a web micro-framework experiment. The idea is that one can have a simple API and run on top of any HTTP server
implementation, as of now one can use:

* vertx
* undertow
* netty
* jetty

The interesting experiment here is that the API can be used in a blocking server (Jetty) or AIO servers (vertx, netty,
undertow).