Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclechu/node-http-markup-server
HTTP-server for markup (using express framework and ejs template engine)
https://github.com/unclechu/node-http-markup-server
dead-project ecmascript ejs http javascript markup nodejs server
Last synced: 4 days ago
JSON representation
HTTP-server for markup (using express framework and ejs template engine)
- Host: GitHub
- URL: https://github.com/unclechu/node-http-markup-server
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-03-30T18:14:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T19:15:15.000Z (over 6 years ago)
- Last Synced: 2024-01-02T01:14:58.188Z (almost 1 year ago)
- Topics: dead-project, ecmascript, ejs, http, javascript, markup, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.JS HTTP Markup Server
==========================HTTP-server for markup (using [express](http://expressjs.com/) framework and
[ejs](http://embeddedjs.com/) template engine)[![NPM](https://nodei.co/npm/http-markup-server.png)](https://nodei.co/npm/http-markup-server/)
**WARNING!** This is a dead project.
Any updates usually is just for supressing vulnerability alerts.Install
=======```bash
npm install -g http-markup-server
```Usage
=====Copy
[config file (http-markup-server.config.json)](http-markup-server.config.json)
to your markup directory and start the server:```bash
http-markup-server
```License
=======[GPLv3](LICENSE)