Netly icon indicating copy to clipboard operation
Netly copied to clipboard

🇳 🇪 🇹 🇱 🇾 - Cross-Platform and Multi-Protocol C# Socket Library. (Extremely fast and easy)

Results 3 Netly issues
Sort by recently updated
recently updated
newest added

```rb # current version Host instance = new Host("127.0.0.1", 8080); Host instance = new Host(...); ``` ```rb # new features required Host instance = new Host("www.alec1o.com:8080"); ``` > ##### Hacks...

enhancement
question
Review

:+1: https://stackoverflow.com/questions/73237486/creating-tcp-connection-and-getting-the-header Protocols like http detect the framing of your data through the stream, and create the framing at the application level, Netly's function is to provide the socket and...

enhancement
question
Review

**Is your feature request related to a problem? Please describe.** the docs of project is manual and maybe can have errors on api. and is hard mantain manual wrote, for...

documentation