Tag
java server
3 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…
- 2022-10-26
26. UE MMORPG: how to synchronize motion with a custom server
In this post we’re going to be synchronizing characters motion using a custom server. In the previous post, we’ve implemented the functionality to ‘login’ a player into the game world.…
- 2021-10-28
11. Unreal Engine MMORPG – Simple way you can handle motion
In the previous post we’ve created a character creation screen and we’re able to log into the game. Now we will aim to make the map a shared space, i.e.…