workshop/packages/http
2025-07-08 16:40:52 -07:00
..
src ok 2025-07-08 16:40:52 -07:00
package.json We can now mark good and bad responses from spike! 2025-06-23 14:51:31 -07:00
README.md ok 2025-07-08 16:28:41 -07:00
tsconfig.json 🆒 2025-06-16 09:27:35 -07:00

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.