workshop/packages/http/README.md
2025-07-11 15:37:50 -07:00

484 B

http

A proxy server that will start all subdomain servers and a proxy server to route requests to the correct subdomain based on the URL.

How to setup a subdomain server

  1. Create a new package in the packages directory.
  2. Add a subdomain:start script to the package.json file of the new package.
  3. Optionally add a subdomain:dev script for development (so you can add things like hot reloading).
  4. It uses the directory name of the package to serve the subdomain.