shado

Results 17 comments of shado

For webpush you can use ratchet/reactphp, but to send notifications to android/ios devices you need an external service like Firebase Cloud Messaging.

I confirm, nginx generally has better performance than apache and its better solution to make reverse proxy for websocket connections (mainly because of lower cpu usage).

If you don't use the flash client, you can extend WsServer and remove flash policy support from there completely, that worked for me.

Please give us more details about your environment (PHP version, how do you run the script, etc). I didn't notice this kind of problem in my app.

I agree that this is a security issue. Overall, trying to change something small with the decorators in Ratchet is difficult. The Ratchet methods are huge, and often you need...

It has great potential use! See Blazor from MS - it provides a way to run a C# code in browser and use it instead of JS. It could be...

This change is unnecessary. To declare supported websocket subprotocols simply implement `getSubProtocols()` from `WsServerInterface` in your server component.

Actually you can use https://callstack.github.io/react-native-paper/docs/components/BottomNavigation/BottomNavigationBar to get tabs with icons.