It will probably, eventually be a game.
The plan is to make a server for a multiplayer factory building game, with a terminal based client.
Start the server with npm start
from the server folder.
Run the client with node main-menu.js
from the client folder.