airportyh / permalink

A permalink-as-a-service PoC server implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permalink As A Service

This is an implementation of the permalink-as-a-service idea described in my blog post. It is written in io.js with the help of the Koa framework.

Running

Install io.js, recommended via nvm.

nvm install iojs-v2.0.0

Clone this repo, cd into the project directory, then:

nvm use
npm install

Run the server:

node server.js

About

A permalink-as-a-service PoC server implementation.


Languages

Language:JavaScript 100.0%