Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)