dotnet / MQTTnet

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.39k stars 1.05k forks source link

Does the server support Websocket communication? #2043

Open HaHa105-teach opened 1 month ago

HaHa105-teach commented 1 month ago

I am a beginner using MQTTNET and couldn't find a demo of using Websocket communication when building the server. May I ask if this feature is supported

alberk8 commented 1 month ago

There is a sample here