Hypermedia as the Engine of Application State means the server returns not just data but hyperlinks that reveal what the client can do next.
Java New Features
Brief and Easy Explanation of Virtual Threads
Use virtual threads to run 1 million concurrent tasks with plain blocking code, no thread pools, just simple scalability.

