
Web Socket Client
A Kotlin Multiplatform web socket library for Android, iOS and Desktop.
✅ Supported Platform
| Platform | Supported |
|---|
| Android | ✔️ |
| iOS | ✔️ |
| Desktop | ✔️ |
| Web | ❌️ |
🚀 Installation
See the releases section of this repository for the latest version.
To your build.gradle under commonMain.dependencies add:
implementation "com.wannaverse:kmp-web-sockets:<version>"
Usage
KDocs
Below is a sample code that you may use.
Example ViewModel:
📄 License
MIT LICENSE. See LICENSE for details.
🙌 Contributing
Pull requests and feature requests are welcome!
If you encounter any issues, feel free to open an issue.