I need smallest HTTP Server

HMG Samples and Enhancements

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

I need smallest HTTP Server

Post by mol »

Hi!
I need smallest http server for only one type of request.
I know about hb32\extras\httpsrv, but it's too big

Do you have any idea?
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: I need smallest HTTP Server

Post by dragancesu »

User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: I need smallest HTTP Server

Post by mol »

I thought about harbour solution and source code
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: I need smallest HTTP Server

Post by srvet_claudio »

Hi Marek,
Maybe this:
https://sourceforge.net/projects/charru ... eb-server/
Change main function for HB_FUNC and call into app.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: I need smallest HTTP Server

Post by jairpinho »

hello marek, i use an application server that i create in very good delph but i am studying how to use in hmg to send requests and read a pure json returned, so we can read mysql database, firebird and maybe even dbf, but still in studies, for tests you can even be requested by the browser.
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: I need smallest HTTP Server

Post by apais »

Hi Marek
You should investigate about NGINX.
Fast, solid, reliable...

HTH
Angel
Angel Pais
Web Apps consultant/architect/developer.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: I need smallest HTTP Server

Post by bpd2000 »

srvet_claudio wrote: Mon Aug 24, 2020 2:24 pm Hi Marek,
Maybe this:
https://sourceforge.net/projects/charru ... eb-server/
Change main function for HB_FUNC and call into app.
Hi
Can you post small working example
I could not not found any single working example using said server, please
BPD
Convert Dream into Reality through HMG
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: I need smallest HTTP Server

Post by srvet_claudio »

bpd2000 wrote: Mon Aug 31, 2020 4:17 am
srvet_claudio wrote: Mon Aug 24, 2020 2:24 pm Hi Marek,
Maybe this:
https://sourceforge.net/projects/charru ... eb-server/
Change main function for HB_FUNC and call into app.
Hi
Can you post small working example
I could not not found any single working example using said server, please
Hi,
see this demo:
Attachments
__CharruaServer_prg.rar
(1.28 MiB) Downloaded 305 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: I need smallest HTTP Server

Post by bpd2000 »

Great Dr. Claudio Soto
Working fine
BPD
Convert Dream into Reality through HMG
Post Reply