File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ To create a project by using the terminal, create a new folder for your app and
3939| -------------------------------| ---------------------------------------------| ------------------------------------------------------------------------------------------------------------------|
4040| REST Webservice | ` dotnet new genhttp-webservice ` | [ Webservices] ( https://genhttp.org/documentation/content/frameworks/webservices/ ) |
4141| REST Webservice (single file) | ` dotnet new genhttp-webservice-minimal ` | [ Functional Handlers] ( https://genhttp.org/documentation/content/frameworks/functional/ ) |
42- | REST Webservice (controllers) | ` dotnet new genhttp-webservice-controllers ` | [ Controllers] ( https://genhttp.org/documentation/content/frameworks/controllers/ ) |
43- | Websocket | ` dotnet new genhttp-websocket ` | [ Websockets] ( https://genhttp.org/documentation/content/frameworks/websockets/ ) |
42+ | REST Webservice (controllers) | ` dotnet new genhttp-webservice-controllers ` | [ Controllers] ( https://genhttp.org/documentation/content/frameworks/controllers/ ) |
43+ | Websocket | ` dotnet new genhttp-websocket ` | [ Websockets] ( https://genhttp.org/documentation/content/frameworks/websockets/ ) |
44+ | Server Sent Events (SSE) | ` dotnet new genhttp-sse ` | [ Server Sent Events] ( https://genhttp.org/documentation/content/handlers/server-sent-events/ ) |
4445| Website (Static HTML) | ` dotnet new genhttp-website-static ` | [ Statics Websites] ( https://genhttp.org/documentation/content/frameworks/static-websites/ ) |
4546| Single Page Application (SPA) | ` dotnet new genhttp-spa ` | [ Single Page Applications (SPA)] ( https://genhttp.org/documentation/content/frameworks/single-page-applications/ ) |
4647
You can’t perform that action at this time.
0 commit comments