-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
As an NGF user
I want to know how to use NGF works with websocket applications
So that I can run my websocket application fronted by NGF.
Acceptance
- Write a brief document or paragraph on how to use websocket services with NGF
- This really just involves the client setting the
Upgrade: websocket
header in a request. - Any additional websocket-specific headers can be specified in a header filter if necessary (like
Sec-WebSocket-Key
orSec-WebSocket-Version
- This really just involves the client setting the
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
🆕 New
Relationships
Development
Select code repository
Activity
idc77 commentedon Feb 2, 2025
An example default route
this is of type Exact
So websocket support is there by default
sjberman commentedon Feb 3, 2025
Yes, websockets are supported. We just want to make sure we document it so users are aware.
github-actions commentedon Feb 18, 2025
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.