UNPKG

nimbus

Version:

simple cloud deployment for node apps, follows convention, no lock-in

9 lines (6 loc) 151 B
var express = require('express'); var app = express(); app.use(function(req, res, next) { res.send("Hello, World! - testing"); }); app.listen(80);