Added websockets.md and handler-default-implementation.md

This commit is contained in:
Relism
2025-02-27 00:59:41 +01:00
parent f07554408d
commit a5eac9e6a0
9 changed files with 233 additions and 143 deletions
+3 -2
View File
@@ -5,10 +5,11 @@
"items": [
{ "text": "Getting Started", "link": "/flash" },
{ "text": "Installation", "link": "/flash/installation" },
{ "text": "Server Types", "link": "/flash/server-types" },
{ "text": "RequestHandler", "link": "/flash/request-handler"},
{ "text": "Request and Response", "link": "/flash/request-response"},
{ "text": "Server Router", "link": "/flash/server-router" }
{ "text": "Server Router", "link": "/flash/server-router" },
{ "text": "Handler Default Implementation", "link": "/flash/handler-default-implementation" },
{ "text": "Websockets", "link": "/flash/websockets" }
]
}
]