DEV Community

Cover image for How EVE Online Is Built: CI From the Trenches #4 [Video]
Marco Behler
Marco Behler

Posted on

How EVE Online Is Built: CI From the Trenches #4 [Video]

How is a massive MMO like EVE Online built? EVE is a single-shard universe holding multiple and recent Guinness World Records.

How many people are working on such a game? What programming languages and version control systems do they use?

What technologies do they use, so they can reach a peak concurrent player record of 65,303 pilots?

How long does it take to build Eve Online from scratch?

Find out in this episode of 'CI From The Trenches.'

Stay tuned for more weekly episodes!

EVE Online: https://twitter.com/EveOnline

Marco: https://twitter.com/MarcoBehler

TeamCity: https://twitter.com/teamcity

JetBrains: https://twitter.com/jetbrains

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.