x20mar
x20mar

Reputation: 489

Connect to MySQL via Websockets

Has anyone tried to connect to a MySQL server via websockets? How did you set up the server side?

I came across http://blog.alex.org.uk/2012/02/16/using-apache-websocket-to-proxy-tcp-connection/ and I thought I could use it to map a websocket to the MySQL TCP port.

Many Thanks

Upvotes: 1

Views: 2155

Answers (1)

kanaka
kanaka

Reputation: 73147

You can use websockify as a bridge to enable a browser connection to any type of raw TCP service. Disclaimer: I wrote websockify.

Upvotes: 1

Related Questions