workshop/packages/http/README.md
2025-07-08 16:28:41 -07:00

381 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 serve-subdomain script to the package.json file of the new package.
  3. It uses the directory name of the package to serve the subdomain.