Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/storycraft-http-server

Nodejs Simple Server API
https://github.com/storycraft/storycraft-http-server

Last synced: 22 days ago
JSON representation

Nodejs Simple Server API

Awesome Lists containing this project

README

        

[![NPM](https://nodei.co/npm/storycraft-http-server.png)](https://www.npmjs.com/package/storycraft-http-server)

# storycraft-http-server

Simple http Server

# Example

let server = require('server');
var httpServer = server.createServer();
httpServer.run(port);

or

let server = require('server');
var httpServer = server.createServer(port);