Home

Awesome

wslc

Retrieve SQL data from server with LiveCode and websocketd.

For security reason, most of the database servers does not allow remote connection and to be able to access a non exposed database servers I have to install LiveCode Server edition as a CGI processor or use a "middleware" code like PHP or Python. With websocketd, I can run my executable livecode desktop application on the server without the hassle of server installation, and I like to keep my project as simple as possible without too many programming language. For simplicity I use SQLite database for this example project.

How-to