How to trigger events from client and receive it in server node.js / express.js? After reading through the docs of pusher there is information only about one way communication that is from server to client , here server is triggering an event in a pa...
Video + Screen + Audio screen recording should serve to backend server live and store there. I have come across recordRTC but it is not providing a live feature, instead we need to send the chunks to backend server. Any other solution for as live d...
I'm working on a web application where connected users should receive real-time event notifications. By now it's pretty clear that I have to use web sockets, queues etc.... One challenge I'm facing is how an event generated in one web server is passe...
I am creating a pretty much same webapp like hashnode where I want a notification system . I am able to change the color of the bell or notifcation icon using websockets but thinking is it right? I am using reactjs in frontend so i am not sure it wil...
Hi, so I’m currently working on this ( https://github.com/shift-development/ledit ) and we currently use web sockets to transfer data between the two applications. I was wondering if there was any faster way of getting this data across, or is web soc...
There is a requirement for me where when data is inserted into Oracle table, Front-end react should notify changes through Java in real-time. I have no idea how to do it. Any of you implemented this kind of requirement, please share your thoughts and...