IMPORTANT Feature Suggestions

Read this!

mcmonkey

Administrator
Staff member
Helper
This topic exists to track feature suggestions that were rejected from official planning, but you want to see happen.

If you have a suggestion that fits this description, post it below.

* NOTE: Ask on Discord first! Most feature suggestions are either accepted immediately or tracked on the official planned features trackers. This topic is only for suggestions that were rejected (eg features are infeasible for the current state of Denizen).
Features that were rejected as fundamentally impossible to ever implement should not be posted here.

If you like a suggestion that somebody has made and want to see it happen, please press the "Like" react button on the post to let us know it's something you also want to see happen.
 

Mwthorn

Helper
Staff member
Helper
Aug 6, 2016
46
0
6
28
Roskilde, Sjælland, Denmark
ggpvp.dk

Sockets​

Some APIs use Sockets for live-tracking events and communicating, wouldn't it be nice to have a direct denizen handler for this?

For easier usage in Denizen, the implementation should support both Socket & WebSocket & possibly other common protocols.
This feature is not currently implemented due to the low-level complexity and the current state of Denizen; having only BinaryTag from the low-level features.

My primary idea for using this was to make use of StreamLabs's API WebSockets. The current alternative is to make a third-application bridge/converter between WebSocket & HTTP Requests.