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 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... 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. 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 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 B4J Question B4J+Jetty clarifications - mrred128 (first post)    Aug 26, 2018   (1 reaction) A web server (Service object) is just one chunk of code in your program. There are no real limits on the other things that can be don in the same program. As mentioned, there are timer objects that can be used to trigger all sorts of events. I currently have two servers running in tandem behind a l B4J Tutorial [Server] Building web servers with B4J - Erel    Sep 01, 2021   (31 reactions) Edit: Web Apps tutorial: http://www.b4x.-web-apps-overview.39811/ The server implementation is based on a popular and powerful Java server library named Jetty (license) The database connection pooling implementation is based on c3p0 (license). B4J Server features: High performance web server Aut Page: 1   2   3   4   5   6   7   Powered by ColBERT |