Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
i think joget using websocket internally for the log viewer. but if you mean build plugin to add websocket support, i don't think it have it now.
Hi,
I will assume the ws is web service here, If so, yes joget has full support of web services. Joget allows you to write your own custom web service plugins, that mean you can make a call to an web service (api) from joget and some external application can call a web service deployed in joget.
Using Joget JSON tool, you can invoke an API call without writing any code.
https://dev.joget.org/community/display/DX7/JSON+Tool
Also, you can refer to Joget web service plugin development to write custom code and implement you own business logic.
https://dev.joget.org/community/display/DX7/Web+Service+Plugin
Hope this helps.
Please let me know if you have any more questions or concerns.
Thanks
I mean the websocket
How to do it