Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CleverCloud/iojs-example

Run IO.js on Clever Cloud
https://github.com/CleverCloud/iojs-example

clevercloud-example iojs nodejs

Last synced: 3 months ago
JSON representation

Run IO.js on Clever Cloud

Awesome Lists containing this project

README

        

# IO.js Demo

This is a simple [IO.js](http://iojs.org) application. It works with any IO.js
app built with npm.

## Deploying on Clever Cloud

You can deploy this app on Clever Cloud with the node.js runtime.

If it's your first clever cloud node.js application, please have a look at the
documentation: .

## IO.js support

Just make sure you have `"engines": { "node": "iojs-v1.0.3" }` (please adapt
the IO.js version as needed) in your `package.json`.

In a nutshell:

- create a node application
- git remote add clever
- git push clever master