Skip to content

Instantly share code, notes, and snippets.

@adamhalasz
Created November 16, 2014 08:10
Show Gist options
  • Save adamhalasz/6ca69e3f8aeee21fd914 to your computer and use it in GitHub Desktop.
Save adamhalasz/6ca69e3f8aeee21fd914 to your computer and use it in GitHub Desktop.
new server
var server = require('diet')
var app = new server()
app.listen('http://localhost:8000/')
app.get('/', function($){
$.end('hello world')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment