Hi Folks, I’ve some doubts on the WebSocket. I need to create the WebSocket using the FW1 framework to send the push notification, in normal application.cfc I was able to create the channel and I’ve seen the message as well in the UI, But in FW1 I can’t able to create the channel, so if anyone knows how to configure or create the websocket in fw1, Please let me know,
My scenario is need to send the push notification to multiple users.
So need to know if it is possible to send the notification to different users using a single channel?
or do we need to create multiple channel means, currently the websocket is not created inside the setup application, so how do we do that?
Thanks in Advance.