Tag
java micronaut
4 posts
- 2023-04-17
37. How to connect your Java Micronaut/SpringBoot with Kafka SASL
Part of the MMO journey, we need to make sure that we use scalable web systems. One thing we can do, is make our server event driven. Concept is to…
- 2021-04-18
4. Java and Micronaut – The easy way to get started
Make a game server with Java Micronaut, Jooq + Posgtgres + Flyway In the previous post, we had our java app store characters movements and send them to UE client.…
- 2021-03-31
3. UE5 and Java server: Easy steps to Synchronize motion
Note that a lot of ‘movement’ has been updated to use Websockets (and connecting to it via BP only in UE) in chapter 26 and chapter 27. However, if you’re…
- 2021-03-30
2. Java + MMO: Simple steps to handle player movement
Note that a lot of ‘movement’ has been updated to use Websockets in chapter 26 and 27. https://unreal-mmo-dev.com/2022/10/26/26-unreal-engine-synchronize-motion-with-a-custom-server/ However, if you’re looking for simple HTTP guide on achieving this, continue…