hype-server

0.0.1 • Public • Published

Hype

by Elvin Yung

Implementation of an HTTP server using TCP that attempts to emulate the Node HTTP API.

Install

Download from NPM.

Quickstart

var hype = require('hype');
 
var server = hype.createServer(function(req, res) {
  res.end('something');
});
 
server.listen(3000);

Readme

Keywords

Package Sidebar

Install

npm i hype-server

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • elvinyung