B4A Question [Solved] HttpJob error with unexpected end of stream - aeric (first post)    Jun 01, 2024 What I understand is a http server is to serve request from another client.
I have no idea what is the point to create a single (server + client) app that download a resource from itself.
Not sure this is similar to what you want. It is for B4J server so not sure it will work in B4A.
https://www.b4 B4J Question B4X] Network + AsyncStreams + B4XSerializator- single connection only - Erel (first post)    Aug 09, 2018   (2 reactions) There is no such thing. This is a http server. It is all very simple once you understand the main concepts. The client will use Job.PostBytes to send the requests. Please start a new thread for any new question. B4J Question how to implement a server inside a b4j form program? - Erel (first post)    Oct 09, 2023   (2 reactions) Technically you can implement a simple http server. There are several examples in the forum.
This is a good solution if you want to waste your time and create a mediocre server.
A better solution is to separate the server and the UI app and if it sounds difficult then it is still 1000 times simple B4J Question Web app - Erel (first post)    Nov 29, 2015   (1 reaction) I recommend you to start by running this example: https://www.b4x.-building-web-servers-with-b4j.37172/#content This is a http server. Other computers will communicate with the server using the browser or with custom apps (based on HttpUtils2). B4A Question CONNECT TO IP ADDRESS - DonManfred (first post)    Dec 12, 2022   (2 reactions) local on sight of android is the android device itself.
You are running a http server on your android?
How are you connecting to your http server? a http server must be called by http-protocol.
http:// or https:// is the way to go.
You can communicate to any http server using okhttputils2. B4A Question Http server embedded in an android app. - DonManfred (first post)    Jan 09, 2019   (1 reaction) i dont see a big problem if you want to use the server only "locally" on your device. (Localhost) B4A Example Http Server hosting a page with download link - aeric    Jun 01, 2024   (2 reactions) Just a simple example with a link to a file stored in File.DirInternal. Required Archiver library. 154237 This is a response to this thread. B4A Question HTTP Server - Erel (first post)    Jan 04, 2015 It is the first search result when you search for http server.
The question is which platform should be the central point. If you can use a real computer as the server then you can use B4J to build a more powerful server. B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 1: php) - KMatle    Sep 04, 2018   (28 reactions) Take a look at Erels example to communicate with servers:
http://www.b4x.-web-services-are-now-even-simpler.18992/
Take a look at this:
'Send a POST request
job2.Initialize("Job2", Me)
job2.PostString("http://www.b4x.com/print.php", "first key=first value&key2=value2")
As you can see there i B4J Library [B4X] xHttpServer (Http Server + jQuery) - Star-Dust    Jun 09, 2024   (35 reactions) It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform.
It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be created. Re Page: 1   2   3   4   5   6   7   Powered by ColBERT |