express-hello-world
express-hello-world copied to clipboard
Implements the Expressjs Hello World example to provide a faster start deploying on the Cyclic platform
Cyclic - Express Hello World
This is a basic starter Expressjs app with:
- Static file hosting
- Logging Middleware
- Catch-all handler that echoes request info
Quick Start
- Deploy this repo with Cyclic
- https://app.cyclic.sh/api/app/deploy/cyclic-software/express-hello-world
Local Quick Start
If you want to setup your dev account and deploy with git push
- Fork this repo (or deploy above)
- Clone to your local
- Install dependencies
npm install - Run locally
npm serve - Make requests
- Browser:
http://localhost:3000/some/path?q=query+one&q=second+query&single=value - Command line:
curl -i -XGET "http://localhost:3000/cmd/line-curl"
- Browser:
- Deploy on Cyclic
- https://app.cyclic.sh/api/app/deploy/cyclic-software/express-hello-world
Cyclic Runtime
- Cyclic hosts your app on serverless infrastructure. That means there is no guarantee of memory or file system persistence between requests.
- The runtime expects a nodejs entry point defined as:
- package.json "main" field defines the entry point file (if missing uses index.js)
- Entry point starts a server on
process.env.PORT
Say Hi
Ask a question or give us a shout out:
- 💌 [email protected]
- 🐣 https://twitter.com/cyclicsoftware