Files
archived-starters/examples/http-nodejs/README.md
Aiden Bai e3ad92e558 Add http-nodejs starter (#73)
* Add http-nodejs starter

* Fix name in package.json
2021-04-11 16:52:34 -07:00

564 B

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 init
  • 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.