A few things on my to-do list.
1/ Implement cluster API - http://nodejs.org/api/cluster.html
Can we get a simple demo application working with cluster based deployments on ft platform?
Some notes here - https://gist.github.com/jedi4ever/6079180
Clustering seems useful for, a) using multiple processors on the same machine, b) not having to rely on doing a forever restarts when you deploy, c) no-downtime deploys, and possibly d) dynamic scaling.