apex-websocket-notify-bundle icon indicating copy to clipboard operation
apex-websocket-notify-bundle copied to clipboard

Oracle APEX / Node Websocket Notification Bundle

Results 3 apex-websocket-notify-bundle issues
Sort by recently updated
recently updated
newest added
trafficstars

### Expected behavior should also work and show notification in a manually created app. I can send notifications to my own app but on that page, notification is not received....

I have Successfully implemented it but i just wanted to ask the notification is send to user when send notification button is pressed,now i want to send it automatically to...

Change REST Interface to POST instead of GET. Then DB posts a JSON Object (with all notification elements) in the request body to Nodejs Server...

enhancement