Explore >> Select a destination


You are here

germano.dev
| | blog.owulveryck.info
13.8 parsecs away

Travel
| | This article explores the transition from a WebSocket-based implementation to a simpler, more direct stream over HTTP in the context of capturing touch screen inputs on Linux. It begins by introducing the main theme, encapsulated in the statement Everything is a file is a stream of byte. The need to capture finger positions on a touchscreen by reading /dev/input/events in Linux is initially discussed, followed by a dilemma of transferring this data to a JavaScript client in a browser. Initially, WebSockets are chosen, leading to a discussion on how frameworks often shape our technological choices and the challenges faced in debugging WebSocket connections. The article then introduces an alternative about sending a stream of bytes over HTTP, drawing a paralle...
| | golb.hplar.ch
12.5 parsecs away

Travel
| |
| | lchandara.wordpress.com
13.8 parsecs away

Travel
| | ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data. SignalR can be...
| | borretti.me
46.2 parsecs away

Travel
| Reflections on using Rust professionally for two years.