Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CleverCloud/iojs-example
- Owner: CleverCloud
- Created: 2015-01-24T18:07:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T10:14:53.000Z (over 9 years ago)
- Last Synced: 2024-05-19T21:12:20.680Z (6 months ago)
- Topics: clevercloud-example, iojs, nodejs
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clever-cloud - demo-iojs
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