Multiplayer game in TypeScript
TypeScript is a superset of JavaScript and enhances web development by adding static typing and modern features. It compiles to plain JavaScript, offering better code organization, error catching, and scalability for robust applications.
During an 8-person group project in University, we used TypeScript to build a big multiplayer web application.
We built a centralized chat server (accessed by multiple clients). The server and the client are node processes. The client is a CLI which runs in the terminal.
This Youtube video demonstrates the application.

