A big hit: Neither Apache and mod_harbour are needed

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!

Re: A big hit: Neither Apache and mod_harbour are needed

Postby MarcoBoschi » Thu Apr 28, 2022 6: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
User avatar
MarcoBoschi
 
Posts: 1015
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41315
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Enrrique Vertiz » Thu Apr 28, 2022 4:50 pm

Solo queda preguntar ... para cuando ?
Enrrique Vertiz Pitta
Lima-Peru
xHb 1.23.1026X, Fwh 23.04, MySQL 8.0.X, SQLLIB 1.9m, SQLRDD
Enrrique Vertiz
 
Posts: 514
Joined: Fri Oct 07, 2005 2:17 pm
Location: Lima - Peru

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Matteo Baccan » Fri Apr 29, 2022 4: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
User avatar
Matteo Baccan
 
Posts: 1
Joined: Fri Apr 29, 2022 4:08 pm
Location: Italy

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Antonio Linares » Sat Apr 30, 2022 8: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41315
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Horizon » Sat Apr 30, 2022 6: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.04
Horizon
 
Posts: 1288
Joined: Fri May 23, 2008 1:33 pm

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Patrick Mast » Mon May 02, 2022 1:54 pm

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

:D :D

Patrick
User avatar
Patrick Mast
 
Posts: 246
Joined: Sat Mar 03, 2007 8:42 pm

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Patricio Avalos Aguirre » Tue May 03, 2022 1: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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: A big hit: Neither Apache and mod_harbour are needed

Postby acuellar » Tue May 03, 2022 7:13 pm

Que belleza!!

Gracias Antonio por estar siempre ahí.

Estaremos atentos a los primeros ejemplos.
Saludos,

Adhemar C.
User avatar
acuellar
 
Posts: 1593
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Re: A big hit: Neither Apache and mod_harbour are needed

Postby fdaniele » Sun May 15, 2022 9:54 am

i am interested... if need beta tester, i am here
:D
thanks for your work
fdaniele
 
Posts: 9
Joined: Fri Jul 03, 2020 1:56 am

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Antonio Linares » Sun May 15, 2022 2:56 pm

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41315
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A big hit: Neither Apache and mod_harbour are needed

Postby nikko1960 » Wed May 25, 2022 4: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
nikko1960
 
Posts: 4
Joined: Wed Oct 08, 2014 9:29 am
Location: Udine - Italy

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Antonio Linares » Wed May 25, 2022 6:25 pm

Domenico,

Many thanks for your valuable suggestions!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41315
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Patricio Avalos Aguirre » Mon May 30, 2022 3: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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: A big hit: Neither Apache and mod_harbour are needed

Postby Antonio Linares » Mon May 30, 2022 7:28 pm

Patricio,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41315
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

PreviousNext

Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 6 guests