ScriptaGames / zorbio

A 3D multiplayer WebGL game
MIT License
8 stars 1 forks source link

Setup Parse server for real-time player data #524

Open Jared-Sprague opened 6 years ago

Jared-Sprague commented 6 years ago

The server has a nice API with lots of useful analytics about players and their performance and experience. However there is no way to view that currently in prod because the game nodes are private and behind the loadbalancer. Need to expose this data with a parse server that we can view with authentication.