Created
October 1, 2024 14:32
-
-
Save bjoerntx/65c789ae30c973a929d98527b2091ff4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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