{"id":22856632,"url":"https://github.com/deis/example-nodejs-express","last_synced_at":"2025-04-30T15:14:32.257Z","repository":{"id":11421333,"uuid":"13872867","full_name":"deis/example-nodejs-express","owner":"deis","description":"A simple Node.js app for Deis, the open source PaaS","archived":false,"fork":false,"pushed_at":"2017-08-17T15:08:28.000Z","size":39,"stargazers_count":20,"open_issues_count":0,"forks_count":32,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-30T15:14:27.759Z","etag":null,"topics":["deis-workflow","example","express","nodejs"],"latest_commit_sha":null,"homepage":"https://deis.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-25T21:45:48.000Z","updated_at":"2022-09-23T11:47:52.000Z","dependencies_parsed_at":"2022-07-13T02:00:36.467Z","dependency_job_id":null,"html_url":"https://github.com/deis/example-nodejs-express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-nodejs-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-nodejs-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-nodejs-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-nodejs-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/example-nodejs-express/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251729734,"owners_count":21634281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deis-workflow","example","express","nodejs"],"created_at":"2024-12-13T08:09:16.795Z","updated_at":"2025-04-30T15:14:32.190Z","avatar_url":"https://github.com/deis.png","language":"JavaScript","readme":"# Node.js Quick Start Guide\n\nThis guide will walk you through deploying a Node.js application on [Deis Workflow][].\n\n## Usage\n\n```console\n$ git clone https://github.com/deis/example-nodejs-express.git\n$ cd example-nodejs-express\n$ deis create\nCreating Application... done, created bamboo-espresso\nGit remote deis added\nremote available at ssh://git@deis-builder.deis.rocks:2222/bamboo-espresso.git\n$ git push deis master\nCounting objects: 188, done.\nDelta compression using up to 4 threads.\nCompressing objects: 100% (92/92), done.\nWriting objects: 100% (188/188), 33.51 KiB | 0 bytes/s, done.\nTotal 188 (delta 103), reused 167 (delta 93)\nStarting build... but first, coffee!\n-----\u003e Node.js app detected\n\n-----\u003e Creating runtime environment\n\n       NPM_CONFIG_LOGLEVEL=error\n       NPM_CONFIG_PRODUCTION=true\n       NODE_ENV=production\n       NODE_MODULES_CACHE=true\n\n-----\u003e Installing binaries\n       engines.node (package.json):  4.5.x\n       engines.npm (package.json):   unspecified (use default)\n\n       Resolving node version 4.5.x via semver.io...\n       Downloading and installing node 4.5.0...\n       Using default npm version: 2.15.9\n\n-----\u003e Restoring cache\n       Skipping cache restore (new runtime signature)\n\n-----\u003e Building dependencies\n       Installing node modules (package.json)\n       express@4.14.0 node_modules/express\n       ├── escape-html@1.0.3\n       ├── array-flatten@1.1.1\n       ├── cookie-signature@1.0.6\n       ├── utils-merge@1.0.0\n       ├── merge-descriptors@1.0.1\n       ├── encodeurl@1.0.1\n       ├── methods@1.1.2\n       ├── content-type@1.0.2\n       ├── content-disposition@0.5.1\n       ├── parseurl@1.3.1\n       ├── etag@1.7.0\n       ├── range-parser@1.2.0\n       ├── cookie@0.3.1\n       ├── vary@1.1.0\n       ├── path-to-regexp@0.1.7\n       ├── serve-static@1.11.1\n       ├── fresh@0.3.0\n       ├── depd@1.1.0\n       ├── qs@6.2.0\n       ├── on-finished@2.3.0 (ee-first@1.1.1)\n       ├── debug@2.2.0 (ms@0.7.1)\n       ├── finalhandler@0.5.0 (unpipe@1.0.0, statuses@1.3.0)\n       ├── proxy-addr@1.1.2 (forwarded@0.1.0, ipaddr.js@1.1.1)\n       ├── send@0.14.1 (destroy@1.0.4, ms@0.7.1, statuses@1.3.0, mime@1.3.4, http-errors@1.5.0)\n       ├── accepts@1.3.3 (negotiator@0.6.1, mime-types@2.1.11)\n       └── type-is@1.6.13 (media-typer@0.3.0, mime-types@2.1.11)\n\n-----\u003e Caching build\n       Clearing previous node cache\n       Saving 2 cacheDirectories (default):\n       - node_modules\n       - bower_components (nothing to cache)\n\n-----\u003e Build succeeded!\n       └── express@4.14.0\n\n-----\u003e Discovering process types\n       Procfile declares types -\u003e web\n       Default process types for Node.js -\u003e web\n-----\u003e Compiled slug size is 12M\nBuild complete.\nLaunching App...\nDone, bamboo-espresso:v2 deployed to Workflow\n\nUse 'deis open' to view this application in your browser\n\nTo learn more, use 'deis help' or visit https://deis.com/\n\nTo ssh://git@deis-builder.deis.rocks:2222/bamboo-espresso.git\n * [new branch]      master -\u003e master\n$ curl http://bamboo-espresso.deis.rocks\nPowered by Deis\nRelease v2 on bamboo-espresso-web-3084677544-b9q78\n```\n\n## Additional Resources\n\n* [GitHub Project](https://github.com/deis/workflow)\n* [Documentation](https://deis.com/docs/workflow/)\n* [Blog](https://deis.com/blog/)\n\n[Deis Workflow]: https://github.com/deis/workflow#readme\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-nodejs-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fexample-nodejs-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-nodejs-express/lists"}