Websocket + MySQL database change event

Hey there. I’m using a library for websocket called Gorilla. I can make simple stuff usiing that library, but now I need to get an event change(INSERT) in a MySQL table, and get the record where the client_id = websocket connected client id, and deliver data from that record to that user. Is there any way to do that? Even I have to use another websocket library… Anyone got some idea?

Tnx.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.