In the previous post we briefly introduced the Stats system and how we will equip items using our Java server. In this post we will explore how to integrate that…
In the previous posts, we created and modified our inventory system in Java Micronaut to be reactive and use websockets. The basic inventory demo was shown here. Inventory system was…