Hacker News new | ask | show | jobs
by nateweiss 4887 days ago
Also consider using Connect (on which Express is built) as an in-between point. You get stuff like the Sinatra-style routing, but without the presentation-tier stuff like template support, etc. I've had good luck with it, FWIW.