Skip to content

Implements the Expressjs Hello World example to provide a faster start deploying on the Cyclic platform

License

Notifications You must be signed in to change notification settings

gong4494/express-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Hello World

Implements the Expressjs Hello World example to provide a faster start deploying onto the Cyclic platform

Installation

  • Fork this repo
  • Clone to your local
  • npm install

Running

  • npm start
  • Browser: http://localhost:3443/some/path?q=query+one&q=second+query&single=value
  • Commandline: curl -i -XGET "http://localhost:3443/cmd/line-curl"

Cyclic Runtime

  • The Cyclic runtime expects a file in the root of your project named app.js
  • The runtime will const app = require('./app')
  • The runtime expects the express app to be exported as: module.exports = app

About

Implements the Expressjs Hello World example to provide a faster start deploying on the Cyclic platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%