LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Ritchie Martori 39f457eb12 Removed incorrectly added file 2013-04-10 11:25:32 -07:00
example Removed incorrectly added file 2013-04-10 11:25:32 -07:00
lib Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
node_modules Initial working store, model, connection, and collection 2013-04-10 10:55:13 -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);