Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

revanthsonu/express-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic starter Expressjs app with:

  • Static file hosting
  • Logging Middleware
  • Catch-all handler that echoes request info

Local Quick Start

  • Clone to your local
  • Install dependenciesnpm install
  • Run locallynpm 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"

Deploy in under 10 seconds

Deploy to Cyclic

  • Sets up instant continuous deployment ongit push
  • Realtime backend logs and API request monitoring

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 onprocess.env.PORT

Say Hi

Ask a question or give us a shout out:

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

  • JavaScript78.7%
  • HTML14.8%
  • CSS6.5%

[8]ページ先頭

©2009-2025 Movatter.jp