[Traim] Simplify and speed up your legacy Rails API
I designed a resource-oriented RESTful API micro framework. Here it is: https://github.com/travisliu/traim It is compatible with your legacy ActiveRecord models for easily turning them into JSON API. Designed for resource-oriented RESTful service without others per-request overhead makes it significantly faster than Rails-API
Post a comment