Smooth.io

Build Status

Syncable Cross Platform Persistence

Smooth.io is provides a free JSON API out of the box, with a declarative syntax to control who can query the API, and what they are able to see.

Smooth resources expose configuration data in their API endpoints that allow for API clients to discover reource, configure themselves to the data schema.

Smooth resources have automatic caching with smart expiration, and built in HTTP cache control.

  • Swappable Storage Backends

    • [ ] Redis Backend
    • [ ] File Backend
    • [ ] ActiveRecord Backend
  • Query Interfaces

    • [ ] Squeel
    • [ ] Backbone-Query
  • REST Interfaces

    • [ ] Rails Controller
    • [ ] Restful Sinatra App
    • [ ] Faye Pub/Sub fo Auto-Syncing
  • Clients / Syncing

    • [ ] Ruby
    • [ ] Coffeescript
    • [ ] iOS
    • [ ] Android