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 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 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 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 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 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 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 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 B4J Question Websocket server and multiple connections - alvinmb (first post)    Nov 17, 2017 The server broadcasts its address on the network. Clients listen to the broadcast address. Once the client knows the server address, the client can send its IP to the server. The server stores the client address and can then direct messages back to individual clients. 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. Page: 1   2   3   4   5   6   7   Powered by ColBERT |