Joel Bodenmann 4 Posted January 28, 2020 We're going to add websocket blocks in the next few days. Those blocks will allow your processes to talk to other systems via websockets. This will also allow you to build a web UI using regular HTML & JS technologies to send & receive data to & from your processes during execution. This will allow to easily create dashboards based on web technologies without the need for any web server. Right now there are three blocks panned: - Connection Input: IP address Input: Port Output: Connection (can be connected to the blocks below) - Receive Input: Connection (from the 'Connection' block). Output: Payload (most likely a single string value) - Send Input: Connection (from the 'Connection' block). Input: Payload (most likely a single string value) Any thoughts on this? Share this post Link to post Share on other sites
printmaster 0 Posted January 30, 2020 Would this websocket block also allow us to access data from Web-API's? Share this post Link to post Share on other sites
Joel Bodenmann 4 Posted February 2, 2020 Those blocks would allow to communicate with any system that implements the websockets protocol. Any "Web-API" that implements the websockets protocol would therefore be "accessible" using these blocks. However, these blocks would not allow to communicate to REST APIs (which is what the kids these days tend to refer to as "Web-API"). We will provide separate blocks for those cases soon. Share this post Link to post Share on other sites