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
- Host: GitHub
- URL: https://github.com/pmlopes/u-yoke
- Owner: pmlopes
- Created: 2015-09-16T18:06:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T11:11:54.000Z (over 9 years ago)
- Last Synced: 2025-02-25T17:36:51.236Z (over 1 year ago)
- Language: Java
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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).