You don’t have to build a todo app to learn new things! That’s what I thought to myself when I recently hopped onto the Svelte bandwagon to see what it had to offer! To put it to test, I re-implemented a multiplayer co-op Tetris clone!
Colyseus is designed to reduce the burden of networking so you can fully concentrate on your game mechanics. To demonstrate what it has to offer, we’ll implement a multiplayer Tetris clone — we’ll call it Tetrolyseus.
A little over two years ago I began to evaluate possibilities to perform desktop automation with Node.js. I compared various existing libraries but at the end of the day, none of them really convinced me - and that was when I decided to build one myself.
A lot of people claim that with JavaScript one can build everything. So this post outlines my work on my cross-platform desktop automation framework for node: nut.js
Today I want to show you one of my latest projects I've been working on: nut-tree/nut.js Put simply, nut.js (short for Native Ui Toolkit) allows you to remote control your mouse, your keyboard and your clipboard.