DEV Community

ina ramoza
ina ramoza

Posted on

 

Zombs iO Game

zombs io wallpaper

Zombs iO is the multiplayer game about zombies and the world around you is in danger. Your mission is to build the base where zombies will not be able to enter.

Play Zombsio here: link to game

Defend your homeland and survive as long as possible to get in leaderboard. Live statistic of player positions is shown at right corner so you can track your development easily.

Because this game is multiplayer you can choose the same server as your friends and play on the same world.

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.