Commit 25d3ace4 authored by project's avatar project

--no commit message

--no commit message
parent dc0446c0
...@@ -10,6 +10,6 @@ http.createServer(function (req, res) { ...@@ -10,6 +10,6 @@ http.createServer(function (req, res) {
'Content-Type': 'text/plain; charset=UTF-8' 'Content-Type': 'text/plain; charset=UTF-8'
}); });
res.end('Hello from node-bigstream.\n'); res.end('Bigstream Server\n');
}).listen(9080, ""); }).listen(9080, "");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment