Montag, 1. Oktober 2012

node.js socket.io boilerplate

Yesterday i created a boilerplate for node.js, it uses the most common modules.
express.js - awesome http middleware which makes handling sessions and requests very easy
socket.io - most popular websockets implementation for node.js
jade - a template engine inspired by HAML
stylus - css template engine, same markup as jade and makes css writing less painfull, nearly fun ;)

Just clone the repo and get started.
git clone git://github.com/gocoffeecup/nodesocketioboilerplate.git

Additional information on the frameworks used can be found here:

Socket.io
express.js
jade
stylus

Keine Kommentare:

Kommentar veröffentlichen