dotnet / dotnet/MQTTnet

Client and server channels based on WebsocketSharp implementation of web sockets

Open
#1,914 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
C#
Stars
5.1k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

### Describe your question
A clear and concise description of what you want to know.

I am implementing a standalone broker to be hosted in standalone Windows service process, and not hosted in IIS (not ASP.Net nor ASP.Net Core).

I need to support 3 classes of client nodes:
* .Net Framework / C# implementation
* PWA hosted inside CEF browser embedded into .Net Fraemwork / C# application - so i have a choice between WebSocket and Tcp channels for clients
* PWA hosted by the browser - no more choice of Tcp client, only WebSocket.

I need to support mixed clients (like browser based front-end node connecting to a .Net based self-hosted back-end node),

Let me summarize - no IIS anywhere in any configurations / scenarios. But need to support calls from the browser-based clients.

### Which project is your question related to?

- Server

What should I override / overload / inject to support WesocketSharp-based Web sockets implementation of the client and server channels?

Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.