Skip to content

JeanMeche/ssr-v19

Repository files navigation

SSR with Angular AppEngine in v19

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.

About

Angular SSR Demo using the new AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published