One of the problems with business applications is the many client options, and databases.interface.Keeping track of states in many languages eventually turns code into spaghetti. Thank spider for that.
I'm using spider html and php for database interface. JSON just added another layer.Will spider's client ever be able to run a program on the server that can be used as a database interface. The server itself becomes a client to the client.
Database interface
Re: Database interface
No, it won't happen, as SpiderBasic is designed to be a client only langage. Using php or nodeJS is a good way to have a server side program which handle your database stuff. You could also use PureBasic as CGI but it's slightly more difficult.