B4J Library [B4X] xHttpServer (Http Server + jQuery) - Star-Dust    Jan 12, 2026   (38 reactions) project, so that I have modified it to be multiplatform.
It is an http server, which allows....
aHttpServer
Author: Star-Dust
Version: 0.80
QueryElement
Events:
change (Resp As ServletResponse... B4J Tutorial [server] jOkHttpUtils2 - server version - Erel    Jan 9, 2022   (9 reactions) OkHttpUtils2 methods are designed to be called on the main thread. This is the case in all platforms and configurations, except of B4J server solutions. Starting from jOkHttpUtils2 v2.95 it is possible to make it thread safe. This is done by following these steps: 1. Add the SERVER conditional symbol to the build configuration (Ctrl + B). 2. Add a reference to jBuilderUtils. Library: https... request is sent: OkHttpUtils2 - server mode! Relevant tutorial: Resumable Subs (wait for / sleep... B4A Tutorial Embed an Http Server in your Android Application - Erel    Feb 23, 2014   (23 reactions)   tags: Server, HttpServer, Jetty, Erel, myapp The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point... (1.5mb), can be downloaded here: www.b4x.com/android/files/HttpServer.zip The example is attached...-embed-http-server-your-android-application.html#post150462 Database reports: http://www.b4x.com/forum/basic4android-getting-started-tutorials/25984-embed-http-server-your-android-application-2... B4A Question HttpServer problem [solved] - sirjo66    Jul 13, 2013 Hello, I'm using "HttpServer" program on my Android but I have same problems :sign0085: Sometimes it is very very slow to answer, and sometimes it don't answer :BangHead: I try some times on my PC browser, but it don't answer, so, on Android, I run "internet browser" and it work again !! May be a wifi stand-by ?? I have setting "Keep Wi-fi on during sleep" to "Always" (as explain here Set Wi-Fi sleep policy to "Never"... B4J Question [SOLVED] Lost trying to get [server] jOkHttpUtils2 - server version working - JackKirk    Oct 20, 2024 In this thread:
https://www.b4x.com/android/forum/threads/server-jokhttputils2-server-version.124350/#content
Erel explains how to make jOkHttpUtils2 work in a non-UI server app.
Unfortunately... you named your server object differently then you need to add such public global variable and assign it the server object.
In my ABMaterial app the server is:
Public Server As ABMServer
so to... B4A Library SD DigestServer (httpServer+Digest Auth) with Source Code - Star-Dust    Dec 25, 2022   (11 reactions)
I have extended the HttpServer Library functions by adding Digest authentication.
This is a demonstration version, it allows normal http connections (such as httpserver) and activating the digest protocol... the full version privately which allows you to send your http pages to requests for authenticated pages
(Here b4i version)
DigestServerDemo
Author: Star-Dust
Version: 0.13
SecurityServer
Events... B4A Example Http Server hosting a page with download link - aeric    Jun 1, 2024   (2 reactions) Just a simple example with a link to a file stored in File.DirInternal. Required Archiver library. 154237 This is a response to this thread.... B4i Library SD: iHttpServer (beta) - Star-Dust    Mar 29, 2021   (15 reactions) I started developing a version of the HttpServer Library for iOs. It is still a beta version and... you can find it in this THREAD
iHttpServer
Author: Star-Dust
Version: 0.72
QueryElement
Events... B4A Question HttpServer library how use Https - Lello1964    Dec 3, 2020 Hi,
I am using the HttpServer library to communicate with a web application,
I would like to know how to use the Https protocol with an SSLcertificate.
Raffaele... B4A Question Server / Client using Http Server Library - Lello1964    Dec 13, 2020 I'm building a client / server using Http Server Library I have two apps, one client...") StartService(ServerHttp) End Sub Sub Activity_Resume End Sub Sub Activity_Pause (UserClosed As Boolean) End Sub Sub Button1_Click CallSub2(ServerHttp,"RispostaHttp".... 'These variables can be accessed from all modules. Private server As HttpServer Public port As Int = 5555 Public HttpDevice As String End Sub Sub Service_Create server.Initialize... Page: 1   2   3   4   5   |