LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Ritchie Martori 430946345f Move oracle connection 2013-04-15 13:11:33 -07:00
example Allow asteroid modules to define and validate options 2013-04-15 12:36:37 -07:00
lib Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
node_modules Move oracle connection 2013-04-15 13:11:33 -07:00
test init 2013-04-09 09:02:36 -07:00
.gitignore Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
README.md Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
index.js init 2013-04-09 09:02:36 -07:00
package.json init 2013-04-09 09:02:36 -07:00

README.md

asteroid

v0.0.1

Install

slnode install asteroid -g

Example

var asteroid = require('asteroid');
var app = asteroid();

app.use(asteroid.configure());
app.use(asteroid.resources());

app.listen(3000);