Search Articles — Sudonull

Search Results

In this project

TCP server in iOS on POSIX sockets

https://sudonull.com/tcp-server-in-ios-on-posix-sockets

Implementation of TCP server in iOS app via BSD sockets. POSIX API, HTTP parsing, file serving. Code and explanations for middle/senior iOS dev. Test locally.

GZIP .NET Errors: Grounding and Power

https://sudonull.com/gzip-net-errors-grounding-and-power

Analysis of unstable InvalidDataException during gzip decompression in C# .NET. Causes in lack of grounding and voltage drops. Diagnostics and solution for middle/senior dev. Check sockets before code.

From the web

Jul 25, 2024 ·

https://socket.io/

Jul 25, 2024 · Scale to multiple servers and send events to all connected clients with ease.

Jun 9, 2026 ·

https://socket.io/docs/v4

Jun 9, 2026 · Socket . IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. The Socket . IO connection can be established with different low-level transports:

Sep 28, 2025 ·

https://www.geeksforgeeks.org/node-js/introduction-to-sockets-io-in-node-js/

Sep 28, 2025 · Socket . IO is a library for building real-time web applications. It enables instant communication between client and server, making features like live chat and instant updates possible.

Trending Now