Explore >> Select a destination


You are here

blog.fanout.io
| | 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...
| | 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.
| | openapi.com
3.1 parsecs away

Travel
| | Through an API call, a web application can query a microservice, i.e. ask other software for something: let's discover what it is and how it works
| | cloudentity.com
26.4 parsecs away

Travel
| Private Key JWT Client Authentication is an authentication method that can be used by clients to authenticate to the authorization server when using the token endpoint.