Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 7, 2023 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/02f6a9cf23b83694436206924935c599 to your computer and use it in GitHub Desktop.
Save bjoerntx/02f6a9cf23b83694436206924935c599 to your computer and use it in GitHub Desktop.
// enable Web Sockets
app.UseWebSockets();
// attach the Text Control WebSocketHandler middleware
app.UseTXWebSocketMiddleware();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment