npm install tileserverA tilelive-based tile server.
* support raster and vector tile
* serve MBTiles,file,TileJSON,mapnik and mapnik vector tiles
* memory cache

* Clone
``git clone https://github.com/hanchao/TileServer.git`
To install dependencies and build the source files:
`npm install`
* Usages
`./tileserver.js ./config.json 3000`
* Preview
open `http://localhost:3000/``
TileServer is available under the WTFPL