B4J Question Console vs Server application - wich difference exactly ? - Star-Dust (first post)    Oct 17, 2020   (3 reactions) In computing, a server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients".
The console is a software or hardware that has a user interface, sometimes characterized by a textual interaction between user and compu B4A Question Best way to protect your app? - RickV (first post)    May 09, 2023 I always write a server app with propritry protocol for data transfer, the apps themselves are just dumb terminals that request info and respond with updated info. The db server is always protected in this case behind firewalls. Server app handles authentication of user or device or both. 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 B4J Library Web3X - Develop Web3 solutions with B4X - Erel (first post)    Jan 13, 2022   (8 reactions) Client / server authentication example Lets start with the communication flow: 1. Client sends a request to the getmessage endpoint. Server responds with a random message. The server also stores the random message in the user session (=server memory). 2. Clients signs the message and sends the add B4J Question Application server is non-ui. But why? - MichalK73 (first post)    Apr 06, 2017   (3 reactions) It's easy.
As you write applications not UI it is a console application. The console application can be run on servers without windows, without the desktop only text. Web servers do not require a graphical desktop, just like mail servers, ftp, etc. Servers without graphical desktops are lighter, fas 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 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. 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 url to a file outside server folder - peacemaker (first post)    Dec 13, 2023 Thinking...:
A server app is providing the shared resources to clients.
The resources are files.
The app has rights and access to some files on various local locations (drives, folders).
The resource (file) is to be shared when is placed into the shared location, like "appserv\www\pdf" folder.
The Page: 1   2   3   4   5   6   7   Powered by ColBERT |