LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Ritchie Martori cd8d679df0 Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
example init 2013-04-09 09:02:36 -07:00
lib init 2013-04-09 09:02:36 -07:00
node_modules Update gitignore to allow node_modules 2013-04-09 11:33:29 -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);