cordova-plugin-websocket-server
cordova-plugin-websocket-server copied to clipboard
Cordova WebSocket Server Plugin
I have an ios app running the websocket plugin. While in normal usage I never see a problem, there is a particular case which causes this crash - ``` Exception...
The server starts (onStart called) but it's not visible to any WebSocket clients, not even in the same phone. Error callback is not called. Creating the server works on a...
Is posible external connection in Ionic 5? (ws://example.com:3000)
Hi, I'm using your plugin in a Ionic app build with Angular and Capacitor build. In the app, I create a WebSocket Server instance, then using watchMessage().subscribe to listen to...
Hi all, I want to ask about the following issue: When the server app that uses this plugin is closed, the clients that are connected at the time get a...
Does this plugin support WebSocket Secure? If so, how would one enable it? I see there's a protocols property on the configuration object, but I'm not sure what to add...
Is there any chance we'll get this great plugin to work for the osx platform? I saw that PocketSocket is available for OSX, so the dependency question should be okay....
I have googled and found that chrome webview can't open connection to WebSocket server that is unsecure. So please describe how to run WebSocketServer using secure context with TLS?
Hello, I was wondering if it's possible to use this plugin to listen to connections over the internet? I have used this plugin successfully to establish connections within the same...