Sirrab Member Licensed User Longtime User Apr 24, 2014 #1 Hi All, Can anyone give me some pointers on how to send strings to a server. I am going to write the server using a different language on a pc. Thanks Craig
Hi All, Can anyone give me some pointers on how to send strings to a server. I am going to write the server using a different language on a pc. Thanks Craig
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2014 #2 It depends on the type of server you are implementing. I recommend you to use B4J to implement the server. It will be quite simple as you can send and receive objects: http://www.b4x.com/android/forum/threads/server-send-and-receive-objects.37206/#content Upvote 0
It depends on the type of server you are implementing. I recommend you to use B4J to implement the server. It will be quite simple as you can send and receive objects: http://www.b4x.com/android/forum/threads/server-send-and-receive-objects.37206/#content
Sirrab Member Licensed User Longtime User Apr 24, 2014 #3 Erel said: It depends on the type of server you are implementing. I recommend you to use B4J to implement the server. It will be quite simple as you can send and receive objects: http://www.b4x.com/android/forum/threads/server-send-and-receive-objects.37206/#content Click to expand... Thanks Erel, But I dont really want to use B4J for my server. I just need some help sending text to it from B4A Thanks Craig Upvote 0
Erel said: It depends on the type of server you are implementing. I recommend you to use B4J to implement the server. It will be quite simple as you can send and receive objects: http://www.b4x.com/android/forum/threads/server-send-and-receive-objects.37206/#content Click to expand... Thanks Erel, But I dont really want to use B4J for my server. I just need some help sending text to it from B4A Thanks Craig