Hello my fellow Ruby programmers. Let me announce RubyBase: a JSON API
Engine!
RubyBase is designed to handle and return JSON and it's intended to work as
a backend of something like Ember or Angular or even an android app.
It uses EventMachine to handle connections so is (by my benchmarks on my
machine) 20x faster than sinatra on Webrick and it have a lot of room of
improvement.
Also it comes with a sinatra-like DSL and a cache system out of the box.
RubyBase have only like ~100 lines and few moving parts so is easily
hackable.
You can check it out at the github page of the project: RubyBase Github
<https://github.com/nemoNoboru/RubyBase>