FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour A big hit: Neither Apache and mod_harbour are needed
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Thu Apr 28, 2022 06:32 AM

Let me know Antonio: we have two different running programs in two different
machines (or in the same) Server Side and Client side,
both written and compiled my me.
Server Side performs database access and share information for client
through tcp/ip protocol?
is it correct?

very very nice 8)
congratulations

Marco Boschi
info@marcoboschi.it
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Thu Apr 28, 2022 12:09 PM

Dear Marco,

You only need one harbour exe and you use it from the web browser (Chrome, edge, etc)

You can use it locally accesing localhost from the web browser or remotely given its IP address.

It's very simple and this allows to build web apps using Harbour very easily :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 582
Joined: Fri Oct 07, 2005 02:17 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Thu Apr 28, 2022 04:50 PM

Solo queda preguntar ... para cuando ?

Enrrique Vertiz Pitta

Lima-Peru

xHb 1.23.1026X, Fwh 25.01, BCC74, MySQL 8.0.X, SQLLIB 1.9m
Posts: 1
Joined: Fri Apr 29, 2022 04:08 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Fri Apr 29, 2022 04:54 PM

Hi Antonio

Does this mean that harbour app may be an internal server socket that works with HTTP/HTTPS?

Something like an async function

const requestListener = function (req, res) {
res.writeHead(200);
res.end("Hello World!");
};

This is interesting because I have written a JWT library https://github.com/matteobaccan/HarbourJwt and I'm working on an application written with apache+https and mod_harbour where I have put some rest web service with JWT authentication
With an internal (mono or multithreaded? Like node or Spring Boot?) HTTPS server I can deploy web service more easily also on docker environment

ciao
matteo

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Sat Apr 30, 2022 08:58 AM

Dear Matteo,

HbWeb is a library that you can use from any Harbour app (text mode or GUI mode) and it delivers a web server using sockets.

Previously we needed Apache (or IIS) + mod_harbour + PRGs (and HRBs) <---> web browser

With HbWeb we only need a Harbour app <---> web browser

We are still on development and as soon as the first demos are ready, we will share them.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Sat Apr 30, 2022 06:19 PM
Antonio Linares wrote:Dear Matteo,

HbWeb is a library that you can use from any Harbour app (text mode or GUI mode) and it delivers a web server using sockets.

Previously we needed Apache (or IIS) + mod_harbour + PRGs (and HRBs) <---> web browser

With HbWeb we only need a Harbour app <---> web browser

We are still on development and as soon as the first demos are ready, we will share them.

Excellent!!
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Mon May 02, 2022 01:54 PM

I'm interested!
If you need more testers, let me know!

Patrick

:D:D

Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Tue May 03, 2022 01:42 AM

Excelente Antonio

esperaremos con paciencia :-)

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Tue May 03, 2022 07:13 PM

Que belleza!!

Gracias Antonio por estar siempre ahí.

Estaremos atentos a los primeros ejemplos.

Saludos,



Adhemar C.
Posts: 11
Joined: Fri Jul 03, 2020 01:56 AM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Sun May 15, 2022 09:54 AM

i am interested... if need beta tester, i am here

thanks for your work

:D

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Sun May 15, 2022 02:56 PM

We are going to deliver the first demos real soon... ;-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4
Joined: Wed Oct 08, 2014 09:29 AM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Wed May 25, 2022 04:37 PM

Hola Antonio

Thanks for your big bigs efforts.

a little suggestion by a os nix user if i can.

The preferred directory where for example firebird sql server choose to install its software is /opt directory, clearly not all linux and nix os have this directory ( Ubuntu for example have it, freebsd not, but you can create this directory, whithout any problem.

There ( /opt ) i clone harbour and many other software, and there i put for example my software app

so under /opt
there is /opt/harbour
and /opt/myapp
and for example /opt/netio server

i change the ownership of this directories to myself with chown and chgrp to modify source and to run executables

and there i build all my software.

so i suggest to you that the software you create should work in /opt directory

regards

Domenico

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Wed May 25, 2022 06:25 PM

Domenico,

Many thanks for your valuable suggestions!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Mon May 30, 2022 03:06 PM

Hola a tod@s

Antonio alguna imagen de como va hacer la nueva plataforma de harbourWEB :-)

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: A big hit: Neither Apache and mod_harbour are needed
Posted: Mon May 30, 2022 07:28 PM

Patricio,

Está a punto de salir del horno... ;-)

regards, saludos

Antonio Linares
www.fivetechsoft.com