The playground provides code samples for quick reference and allows developers to quickly validate things.
| Sample | Description |
|---|---|
| Layouting | Allows an app to use multiple handlers by adding routing. |
| Webservices | Implements a REST webservice via a handler class. |
| Functional | Uses delegates to implement a web service (similar to ASP.NET Core Minimal API). |
| Controllers | Uses controllers to implement a web service (similar to ASP.NET Core MVC). |
| Static Files | Serves static files from a directory. |
| Static Websites | Hosts a static website (with index.html support). |
| Single Page Applications | Hosts a SPA such as a React or Angular application. |