I'm completely new to QB64 and am interested in client/server apps.
I have a fair knowledge of html.
What I was wondering, is it possible to send a 'exe' to a client instead of sending html.
Could it do interactive stuff. I have a avionics system with lots of dials, and dynamic maps and other stuff that is really complex in html. All the files they need are in SQLite on my server. I'd like to send a 'exe' to the client after a server request instead of html.. The client also needs to upload files such as images, video, text and maybe other media to the server
Thanks for the help..
Dan