What is Game Drive?
GameDrive is backend as service for multiplayer games.
You can create custom typescript to manage game logic. You can use CustomData to save you data to database. You can use VirtualGood to do purchases third-party stores (Google Play, iOS App Store, Windows Store). You can use Room to create realtime multiplayer Websocket room builded on top of Colysues Room(https://docs.colyseus.io/colyseus/server/room/). To handle room game game logic, you can use gamedrive-engine, a nodes and components base game engine.