0.0.6 • Published 10 years ago

node-boost-beta v0.0.6

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
10 years ago

BOOST JS 🚀

npm install node-boost-beta

const boost = require('node-boost-beta');
const port = 3000;
const app = boost.app;
app.get('/', function(req, res) {
    res.send('It Works!');
});
boost.launch(port, err => {
    if (err) {
        console.log(err);
    }
});

Notable Npm Modules

Core:

  • thinky: RethinkDB ORM
  • socket.io: socket connections between server and client with multiplexing, fallbacks, auto-reconnect, and other useful features

Running on your machine

Prep

This project requires Rethinkdb to be installed on your machine https://www.rethinkdb.com/docs/install/

Additionally, you will need node and npm. Current recommend version is 6.x

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago