Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 1, 2024 14:32
Show Gist options
  • Save bjoerntx/65c789ae30c973a929d98527b2091ff4 to your computer and use it in GitHub Desktop.
Save bjoerntx/65c789ae30c973a929d98527b2091ff4 to your computer and use it in GitHub Desktop.
// enable Web Sockets
app.UseWebSockets();
// attach the Text Control WebSocketHandler middleware
app.UseTXWebSocketMiddleware(IPAddress.Parse("127.0.0.1"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment