Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storycraft/storycraft-http-server
- Owner: storycraft
- Created: 2017-11-08T08:01:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T08:56:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-13T21:03:53.986Z (26 days ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);