I have put some time and effort into a server app that allows me to back up individual records from my B4A Android/SQLite db app to the server.
Works great!
Except...it only allows a single connection
So I have decided to use the Jetty server instead of sockets but the only server samples I see are web server actions and routines.
I really don't want a web interface.
I used to use .ashx (.asp without the interface) files that were incredibly fast. Then I went to PHP which are also very quick but difficult for me to learn (at my age! ).
I am probably not using the correct terminology for this request so please check with me if anything is unclear.
My question: Is using "server.AddHandler" the proper/most efficient way to do this or is there a better way?
Thanks
James F
Works great!
Except...it only allows a single connection
So I have decided to use the Jetty server instead of sockets but the only server samples I see are web server actions and routines.
I really don't want a web interface.
I used to use .ashx (.asp without the interface) files that were incredibly fast. Then I went to PHP which are also very quick but difficult for me to learn (at my age! ).
I am probably not using the correct terminology for this request so please check with me if anything is unclear.
My question: Is using "server.AddHandler" the proper/most efficient way to do this or is there a better way?
Thanks
James F