uWebSockets icon indicating copy to clipboard operation
uWebSockets copied to clipboard

Simple, secure & standards compliant web server for the most demanding of applications

Results 87 uWebSockets issues
Sort by recently updated
recently updated
newest added

Hello, and thank you for your work on this project. I noticed that support for simdutf was added to the C++ source code a couple of months ago. This is...

f you send 200*10000 message, you will see uwebsockets receive all message in about 2-4s, which is very fast。when it reply message to client, it will need more time to...

add atomic flag to reduce invalid us_wakeup. improve defer method performance

code in uwebsockets such send ping or send pong or send close, not check the drop status. which will lead to control message lose when backpressure. the pr will fix...

Allows users to access parameter names

getRemoteAddressAsText() will return ip6 address event ip is ip4. test 127.0.0.1 be convert to 0000:0000:0000:0000:0000:ffff:7f00:0001 test 192.168.71.87 be convert to 0000:0000:0000:0000:0000:ffff:c0a8:4757 add a pr to fix this: https://github.com/uNetworking/uWebSockets/pull/1871

check the prefix convert ip6 back to ip4 if ip is ip4。 getRemoteAddressAsText() will return ip6 address event ip is ip4. test 127.0.0.1 be convert to 0000:0000:0000:0000:0000:ffff:7f00:0001 test 192.168.71.87 be...