Can I run a WebSocket Server on the Meadow now that it supports .Net Standard 2.1

I’m going to use the meadow as an automation controller with a xbee3 zigbee mesh network. I have all the basics working. Now I need to create the Windows and Android UI Clients. The type of UI Client I want would not only allow me to make changes to the automation system, but also receive real-time updates, and allow multiple client login. I think a WebSocket Server running on the Meadow would fit the bill.

So, can I get a WebSocket server from NuGet to run? If so, any recomendations on which one to use?

Thanks, Paul