Rhapsody's production server is now an nginx instance. Now, instead of Express serving server-side rendered templates, we generate static HTML from those same templates when Rhapsody first boots. The static HTML is then served by nginx using a fairly standard nginx configuration. This migration from Express to Nginx simplifies our production environments as well as reduces the resources Rhapsody consumes in production. It will unlock additional developer experience improvements in the near future as well.