Commit a24a9280 authored by project's avatar project

gcs

parents
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {
'Content-Type': 'text/plain; charset=UTF-8'
});
res.end('Hello from node-bigstream.\n');
}).listen(9080, "");
{
"name": "node-bigstream",
"description": "",
"version": "0.0.1",
"main": "./bigstream.js",
"author": {
"name": "Kamron Aroonrua",
"email": "kamron.aroonrua@nectec.or.th"
},
"keywords": [],
"licenses": {
"type": "none"
},
"dependencies": {
"async": "^2.0.1",
"buffalo": "^0.1.3",
"random-access-file": "^1.3.0"
}
}
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