Topic: MVD as webapp

Hi to all,
I was looking for solution on how to make MVD app online and found remoteapp and winflector (like windows rdp)
It suits my needs just don't know how will MVD app work with multiple users at one time?
Also, recomendation, mysql or sqlite? For this kind od arrangement. Mysql localhost?

Re: MVD as webapp

If you use MySQL as a storage server and MVD only as a custom shell, then I think everything will work. What's the difference from where to access the server ?! The server accepts and processes the request. And where the request comes from is not important.

I'm just learning

Re: MVD as webapp

SQLilte DB is't good solution for work with multiple connections at the same time (3 and more), it may crash your database. If You want to use app for many users at the same time MySQL will be a best choise. Better on local server or remote server because of you may connect to server from anywhere.
Second: MySQL can be used with webview or another webapp (or android, iOS app) connected to your base.