Live data from Hacker News

LoopBack, a new Node.js framework by StrongLoop

loopback.io

1–10 of 67 posts

Re: LoopBack, a new Node.js framework by StrongLoop

#9
Wow, I'm building something a bit similar in the Go area: https://github.com/sergiotapia/paprika

Nice to know it's a good idea that a lot of people will find useful. :) Granted in it's current vision Paprika won't handle authentication.

It's basically an API server in-a-can. Defined your structs, set up your .toml database configuration and paprika.Start("3000") on a port.

Re: LoopBack, a new Node.js framework by StrongLoop

#10
post #3

This looks pretty cool! I'll be sure to give it a try. It's a shame that there's no support for Ember though.

Since LoopBack exposes a REST-like API, you should be able to use Ember modules in your client:

http://emberjs.com/guides/models/the-rest-adapter/ http://emberjs.com/api/data/classes/DS.RESTAdapter.html

Post reply on HN