Hellsoft
Sign in Subscribe

Networking

A collection of 2 posts
Android

Implementing Server-Sent Events with Spring Boot and Android

With HTTP/2 we can no longer use Web Sockets, so when we need to push data to the client from the server we need an alternative way. This is where Server-Sent Events come in. In this post, I will show how to implement it both in the backend, using Spring Boot, and on an Android client.
Nov 29, 2022 6 min read
Non-blocking I/O
Networking Featured

Non-blocking I/O

In this post I'll explain what non-blocking I/O is, how you can use it, and when it might be useful. The code examples will be in Kotlin and running on the JVM, but the principles behind this would work regardless of programming language as this is usually supported through the kernel of your OS.
Aug 16, 2019 11 min read
Page 1 of 1
Hellsoft © 2023
Powered by Ghost