Upgrade front-end <-> back-end interface #168
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe what you'd like to be able to do
USDPL now has support for bi-directional communication with websockets. I've already upgraded Fantastic to use a pre-release version of that, but now some more improvements have been made and so PowerTools should be upgraded as well.
This would define a communication API between the two halves and allow other front-ends (or back-ends, I guess) to be built.
Describe alternatives you've considered
Technically, there is nothing wrong with the current version of USDPL but it would be nice to have a stronger contract for what information gets sent back and forth.
Anything else?
https://git.ngni.us/NG-SD-Plugins/usdpl-rs/