Feature Description
Currently the rank prediction service requires you to click the "Predict Rank" button to get your possible rank and list of possible branches by sending a single request to the API. If we add an option to the backend to include a streaming WebSocket option along with the REST API, we can implement this on the frontend.
Use Case
Helps users instantly find the results, and have instant feedback on slight changes in the inputs instead of having to click a button for everything.
Additional Context
A few questions: What's the backend currently hosted on? Will adding a streaming API like this increase costs and surface area for attackers/DDOSers?
Feature Description
Currently the rank prediction service requires you to click the "Predict Rank" button to get your possible rank and list of possible branches by sending a single request to the API. If we add an option to the backend to include a streaming WebSocket option along with the REST API, we can implement this on the frontend.
Use Case
Helps users instantly find the results, and have instant feedback on slight changes in the inputs instead of having to click a button for everything.
Additional Context
A few questions: What's the backend currently hosted on? Will adding a streaming API like this increase costs and surface area for attackers/DDOSers?