B4J Question Console vs Server application - wich difference exactly ? - amorosik (first post)    Oct 17, 2020 I don't think the definition 'server' is reserved for systems connected to the internet, but as you wrote correctly Star-Dust is a program that responds to requests from other systems and does a certain job
Just think of a database server, it is a program that can run even on LANs that are perfectly B4A Question [SOLVED] Communication error with B4RSerializator - agraham (first post)    May 25, 2020   (2 reactions) It is failing on server.Initialize(51042, "server") Because you don't close 'server' and are reopening it on the same port. 'server' is a Process_Global so will survive Activity_Pause. Android will not necessarily immediately kill your process so 'server' can remain instantiated. The same error wi Italian [Risolto ma abbandonato sukkia troppe risorse] [B4J B4A] TIMER - ivanomonti (first post)    Mar 28, 2023 Yes, that is basically correct, the server is actually mysql, the server (b4j) is nothing more than a server of answers based on the list of questions that is found, its job is to take charge of the questions and generate the answers that are sent back to mysql. The client ultimately does nothing b B4J Tutorial [server] Run a Server on a VPS - Erel    Nov 11, 2020   (19 reactions) If there is another http server running on the computer, like Apache or IIS, then you should not copy the B4J server to its public_html / www / or any other publicly accessible folder. B4A Question parameters - Content-Type "json" to "x-www-form-urlencoded" - nwhitfield (first post)    Sep 25, 2017   (1 reaction) The square brackets around an item indicate that it's an array, so what you're sending is an array containing a single object. The server is expecting a single object, which is denoted by the "{" and "}" In an ideal world, the server would be more accepting, and check to see if it was passed an arr Share My Creation My school project (Basic4Web?) - lucasheer (first post)    Apr 17, 2016 Maybe compile was the wrong word (I don't think about what I say). However, Basic is by far one of my favorite languages. I would like to be able to use it to make offline WEB APPS not online WEB APPS. I have already been using XOJO, but it is the same as what you are talking about (A basic server a 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 B4A Question Log RAW HTTP request - Sandman (first post)    Oct 10, 2023   (1 reaction) I don't think anybody did that. Not really. If by "server" you mean the backend that is called behind the actual webserver (Apache, for instance). Any bug in there might very well result in a crash in the backend code. But yes, if you did mean the actual webserver (Apache, for instance again), t B4J Question B4J Understanding Server Apps - Erel (first post)    Aug 28, 2019 Works fine here.
Note that "server" can mean many things. You can also use it to build the backend. For example jRDC2 is a regular B4J program written with B4J.
Building web servers with B4J
Web Apps Overview B4A Question Search network for websocket listener? - udg (first post)    Apr 11, 2018 A simpler alternative: assign the "server" a fixed IP on your LAN Page: 1   2   3   4   5   6   7   Powered by ColBERT |