Skip to content

benberkowitz/express-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclic Hello World

This is a basic Expressjs app with static file hosting and

Installation

Local

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

Cyclic Runtime

  • The Cyclic runtime expects a file in the root of your project named server.js
  • The runtime will node . which runs your server.js by default.

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 78.9%
  • HTML 14.7%
  • CSS 6.4%