Page 1 of 1

data exchange between 2 apps

Posted: Wed Mar 19, 2025 11:55 am
by BambooBeerGarden
Hi everybody,

I'm completely new to spiderbasic and game programming at all. I would like to code an android app and run it on 2 phones within my wifi net. These apps should exchange datas. One data set for exchange is probably 20 kilobytes (or some more, if it needs controlbytes).

Is this possible to create with spiderbasic?

(edited: kilobytes instead of bits)

Re: data exchange between 2 apps

Posted: Thu Mar 20, 2025 1:38 am
by plouf
yes

however the easiest by far method , is to use an external server (webserver or whatever) so both apps talk vai this intermediate server
then use WebSocket lib or even httprequest..