Files
archived-starters/examples/http-nodejs
2021-05-03 16:09:11 -04:00
..
2021-04-11 16:52:34 -07:00
2021-04-11 16:52:34 -07:00
2021-04-11 16:52:34 -07:00
2021-04-11 16:52:34 -07:00

HTTP Module Example

This example starts an HTTP Module server.

Deploy on Railway

💁‍♀️ How to use

  • Install dependencies yarn
  • Connect to your Railway project railway link
  • Start the development server railway run yarn dev

📝 Notes

The server started simply returns a Hello World payload. The server code is located in server.mjs.