Roll your own Vector Tile service
Vector Tiles are an efficient way of displaying a large amount of data on a mapping control. This post we build a simple vector tile server using node. The server will generate mapping tiles on the fly, and return them to the browser as protobuf encoded vector tiles.