I have a project about client devices upload and download files from server. Which solution suitable for these case. Server need accept concurrent connections. I decide using b4xserializator to convert to byte and using a astream.write to send array byte to server. is it best way to do?
B4J server already implement with jrdc2
I have try using httpjob to send byte but result not good. Please give me a some advice.
Thanks.
B4J server already implement with jrdc2
I have try using httpjob to send byte but result not good. Please give me a some advice.
Thanks.
Last edited: