/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.fanout.io
| | www.markusdosch.com
4.0 parsecs away

Travel
| | When building web apps like chats and multiplayer games, you need to receive events from the server. In the past, such "server push" has been quite difficult to implement. I am going to give an overview on techniques that were used, and how WebSockets make everything better.
| | lchandara.wordpress.com
4.0 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...
| | noteflakes.com
4.2 parsecs away

Travel
| | Qeweney - a feature-rich HTTP request/response API for Ruby - Noteflakes
| | amanhimself.dev
21.6 parsecs away

Travel
| [AI summary] This article explains how to use import statements in Node.js by setting up a project with Babel to enable ES6 modules, avoiding syntax errors.