# cloud-heroku-samples **Repository Path**: mirrors_wso2/cloud-heroku-samples ## Basic Information - **Project Name**: cloud-heroku-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloud-heroku-samples A barebones Node.js app using [Express 4](http://expressjs.com/). ## Running Locally Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed. ```sh $ git clone https://github.com/wso2/cloud-heroku-samples.git $ cd cloud-heroku-samples $ npm install express $ node index.js ``` Your app should now be running on [localhost:5000](http://localhost:5000/). You can try in the browser http://localhost:5000/hello?name=john ## Deploying to Heroku ``` $ heroku create $ git push heroku master $ heroku open ``` or [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) ## Documentation For more information about using Node.js on Heroku, see these Dev Center articles: - [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) - [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support) - [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs) - [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices) - [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)