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 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. Wish B4J server hosting.. - Sandman (first post) Dec 01, 2021 (1 reaction) Nope. Absolutely. It stands for Virtual Private Server, and it's a way to slice up a hardware machine in smaller pieces and make them all seem like individual servers. You can read more about it here: https://en.m.wikipedia. Great solution during development, but I would never ever use that for 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 Question [Server] Run the ServerExample on Laragon - aeric (first post) Jun 27, 2021 The Server Example itself already a server. We don’t need another server. B4J Tutorial [server] jOkHttpUtils2 - server version - Erel (first post) Mar 02, 2021 (1 reaction) No. This allows you to use OkHttpUtil2 (http client requests) from a server solution. Share My Creation Remote Administration via MQTT - Magma (first post) Aug 10, 2022 Something that must know anyone...
I am saying at project.. be Host.. not mean that is a server.. is a client that has the role of Host...
Host or connect to host as client... are two clients...
Server is third pc run broker... can be yours or a third company mqtt broker... 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 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 Page: 1 2 3 4 5 6 7 Powered by ColBERT |