Skip to content

Instantly share code, notes, and snippets.

@victorb
victorb / gist:4181764
Last active May 7, 2017 10:09 — forked from davatron5000/gist:2254924
Static Site Generators

This is an updated fork of the gist located here: https://gist.github.com/2254924

Backstory: I decided to crowdsource static site generator recommendations, so the following are actual real world suggested-to-me results. I then took those and sorted them by language/server and, just for a decent relative metric, their Github Watcher count. If you want a heap of other projects (including other languages like Haskell and Python) Nanoc has the mother of all site generator lists. If you recommend another one, by all means add a comment.

Ruby

var net = require('net');
var mdns = require('mdns');
var serviceKey = mdns.tcp('custom-name');
var discover = mdns.createBrowser(serviceKey);
discover.on('serviceUp', function (service) {
console.log({
port: service.port,