Viewing profile — enjoyjava
enjoyjava
HN member- Joined
- Mon, Mar 11, 2013, 3:58 PM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About enjoyjava
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7797420
Agree. We try to solve the problems progressively. The connected model support is a foundation to those features. See http://strongloop.com/strongblog/defining-and-mapping-data-r..…
-
comment
Comment #7797411
LoopBack is built on top of express. You can use express routing and middleware with LoopBack as is. Express allows you to expose HTTP endpoints as APIs but it doesn't facilitate t…
-
comment
Comment #7797394
Good catch. We support Postgresql, MS SQL Server, and SOAP too.
-
comment
Comment #7797389
HEAD is a good fit. We'll add support for that. Please open github issues to help us track the feature requests or bug fixes at https://github.com/strongloop/loopback/issues .
-
comment
Comment #7797284
1. We support custom type mappings between JS and DB, see: http://docs.strongloop.com/display/DOC/Model+definition+refe... http://docs.strongloop.com/display/DOC/Model+definition+r…
- story
- story
-
comment
Comment #6407853
LoopBack is open source. The repos are public and the node modules have been published to NPM registry. As a Node developer, you can definitely use/hack it as usual. LoopBack is pa…