WebSocket Connector
Hello everyone, I am here with my new extension that is WebSocket Connector. This extension helps you to use web sockets in your apps. 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.
Launched On :- 2021-12-04T18:30:00Z
Last Updated On :- 2021-12-04T18:30:00Z
Latest Version :- 1
Let see its blocks and their documentation
All Blocks
Documentation
Let see the documentation now
Error Occurred
This event raises when any error occurred.
Connected
This event raises when the connection is successfull.
Disconnected
This event raises when the web socket is disconnected. It returns a reason of disconnection.
Message Received
This event raises when any data changed in your web socket.
Connect
This block connect the web socket with given URL. URL must start with ws
.
Disconnect
This block disconnect the web socket (if connected) with a reason Disconnected by the user
.
Send Message
This block send the message(any string) to the web socket. Message Received
event will be triggered when your web socket listen this change.
Is Connected
Returns true if the web socket is connected
Usage
The extension is very simple and small to use. You just have connect it with your URL and start sending or listening messages with your database.
I have created a small chatting concept with test API. You can download it’s AIA and APK file below with extension.
I have used a Test API from PieSocket web scoket tester. You can make your own API too for testing the web socket.
Download
Donate
Credit
Thanks @Shreyash for the super power full Rush .
Thanks @Jerin_Jacob for his wonderful extension platform.
Like the extension if you like it
Suggestion and issue are welcome
Thanks you
Sumit