SSR with Angular AppEngine in v19

December 23, 2024 ยท View on GitHub

angular-logo
Server-Side Rendering with Angular v19

Note


This is a small demo and does not exhibit every features.

AppEngine

The AppEngine enables running non-node dependent servers !

This demo includes example with h3, elysia, hono and fastify (in addition to express)

By default the demo will use express.

Run the demo

  1. install the deps with yarn
  2. run with ng serve or yarn start

Note: Elysia requires to run the app with Bun. You can do a prod build with ng b -c elysia and and run bun server.mjs from the dist/ssr-new/server director.