MarcFletcher / NetworkComms.Net

NetworkComms.Net is a high performance cross-platform network library written in C#.
http://networkcomms.net
Apache License 2.0
542 stars 242 forks source link

Custom Protocol Support #2

Open MarcFletcher opened 8 years ago

MarcFletcher commented 8 years ago

Abstract out the current networkcomms.net application layer protocol so that support could be easily added for others that have been requested in the parts:

Digisoft76 commented 6 years ago

Hello, Does NetworkComms support WebSocket or HTTP actually ?

MarcFletcher commented 6 years ago

Heya @Digisoft76,

Thanks for your question. At the moment this support isn't available out of the box. I remember hacking the functionality in a few years ago by modifying the TCPConnection class but this wasn't particularly graceful. I created this ticket as a reminder that it is indeed possible to do but also requires a bit of refactoring.

Kind regards, Marc

Digisoft76 commented 6 years ago

Hi, Thank's for your answer. King regards,