-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UI websocket open/close and send/receive (#728)
* Add websocket open/close and send/receive Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Add websocket feedback/log to Elm Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Align WS open/close buttons Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Add websocket query for channel list Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Add websocket related encoders/decoders for port interops Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Fix .js indentation and simplify ws (dis)connect method Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Use single quotes consistently Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com> * Add HTTP Send and WS Listen Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
- Loading branch information
1 parent
f8ca4ba
commit c37cbf9
Showing
7 changed files
with
388 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.