make multiuser_notebook a package

This commit is contained in:
MinRK
2014-06-19 15:36:22 -07:00
parent 9d16154856
commit d3ebeb0cc1
10 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env node
var ConfigurableProxy = require('./configproxy.js').ConfigurableProxy;
var proxy = new ConfigurableProxy();
proxy.listen(8000);