Live data from Hacker News

Databound: a simple Javascript API to the Ruby on Rails CRUD

databound.me

1–4 of 4 posts

Re: Databound: a simple Javascript API to the Ruby on Rails CRUD

#3
post #2

A basic javascript library for doing crud operations against a Rails backend should come as standard with Rails. It's better than angular's services and similar libraries.

I never tried myself Angular and friends, only read guides and tutorials to get an idea of how they work and for sure compared to those this looks much simpler to implement. Nice one.