/** * Created by dávid on 2016.11.29.. */ var http = require('http'); var app = require('./app'); http.createServer(app.handleRequest).listen(8000);