[FREE] Web Socket – An Extension to implement websocket feature in your apps
1. Introduction
Description: This extension allows you to establish web sockets connection over multiple users to listen the real time changes or messages that are sent by subscribed users. This extension can help you to integrate real-time databases in your application for example Firebase DB. That can be used for chatting and other purpose applications.
Latest Version: 1.0.0V
Released on: 05 December 2021
Updated on: 05 December 2021
Aix Size: 550KB
2. All Blocks
3. Documentation
This event raises when any error occurred. | |
This event raises when the connection is successfull. | |
This event raises when the web socket is disconnected. It returns a reason of disconnection. | |
This event raises when any data changed in your web socket. | |
This block connect the web socket with given URL. URL must start with ws. | |
This block disconnect the web socket (if connected) with a reason Disconnected by the user. | |
This block send the message(any string) to the web socket. Message Received event will be triggered when your web socket listen this change. | |
Returns true if the web socket is connected |
4. Usage
5. Downloads
File Name: com.sumit1334.websocket.zip
6. Donate
If you liked my any work or the extension, you can support by donating some amount.
Paypal: paypal.me
UPI: iamwsumit@kotak
If you have any issue regarding the extension then you can contact me here
Thank you