Stric
  • Basic
    • Intro
    • Routing
    • Serving files
    • Sending HTML
    • Quick response
    • CORS
    • Server-sent events
    • Clustering
  • Advance
    • How it works?
    • More
Powered by GitBook
On this page

Was this helpful?

  1. Advance

How it works?

Graphs explaining how Stric components work

Last updated 1 year ago

Was this helpful?

Routing

This graph briefly explains how things are handled in the router.

To understand how Stric composes Radx, see and the handler source code.

compose.ts
fetch
A graph explain how @stricjs/router works under the hood.
How Stric router works?