Running io.js on OpenShift

io.js is still beta stability - so please proceed with caution.

I threw together a quick io.js cartridge that can be used on OpenShift.

Two options for testing:

  1. Bare bones cartridge: rhc create-app <name> http://tinyurl.com/OpenShiftIOJS
  2. Cartridge with an express.js hello world example: rhc create-app <name> http://tinyurl.com/OpenShiftIOJS --from-code https://github.com/connyay/express-openshift-iojs.git

You can find the source for the cartridge here.

I hope you find this useful! If you have any questions feel free to reach out at @_connyay