45. How to handle RPG Stats system and equipping items in Java
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…