Skip to content
#

routes

Here are 547 public repositories matching this topic...

MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!

  • Updated Feb 18, 2022
  • Python
JoepKockelkorn
JoepKockelkorn commented Oct 11, 2020

What is this feature?

When developing in a nx.dev monorepo setup the following setup is quite normal: An app has two (lazy loading) feature modules mounted:

  • BooksModule mounted under books
  • OrdersModule mounted under orders

In a loosely coupled way, both features contain components that point to components of the other feature. For example, books has a routerLink pointing

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the routes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routes topic, visit your repo's landing page and select "manage topics."

Learn more