Skip to content

In what scenarios where custom server is better to Kestrel? #58952

Closed Answered by gfoidl
ladeak asked this question in General
Discussion options

You must be logged in to vote

In some 1:1 communication with e.g. micro-controllers Kestrel may be overkill. There a custom TCP-server can be a better fit.

When it's 1:n (1 server, n clients), as well as public facing a full-flegded and proven server like Kestrel is -- of course -- more suitable.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ladeak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants