refactor server

* shows some basic statistics on main page
* move tcp proxy setup into separate file
* migrate github page theme to be hosted locally
This commit is contained in:
Roman Shtylman
2013-06-18 23:00:45 -04:00
parent b153c00cb5
commit d15e568cea
16 changed files with 1085 additions and 299 deletions

View File

@@ -3,7 +3,7 @@ var url = require('url');
var assert = require('assert');
var localtunnel_server = require('../server')();
var localtunnel_client = require('localtunnel').client;
var localtunnel_client = require('localtunnel');
test('setup localtunnel server', function(done) {
localtunnel_server.listen(3000, function() {