Router

maps the current state of the application via the URL and provides navigation interfaces

These can either be components that the framework renders regularly and that users can use like ordinary links, or navigation functions that the application itself uses to navigate from the program code.

Hybrid frameworks such as Analog, which operate on both the client and server sides, take this approach further and provide server-side routing in addition to client-side navigation.

~

SPRINGER, Sebastian, 2023. Die neue Generation der JavaScript-Metaframeworks. iX. 26 Juli 2023. Bd. 2023, Nr. 8, S. 108–110 page

is a small yet powerful client-side router JavaScript library. It uses a widely adopted express.js syntax for routers (users/:id) to map URLs to views. It has all the features of a modern router: async route resolution, animated transition, child routes, navigation guards, redirects, and more. – https://hilla.dev/docs/routing/router

The aim of this project is to create a LiveCode Server that interoperates efficiently with NodeJS.