Page 1 of 1
I need smallest HTTP Server
Posted: Mon Aug 24, 2020 6:08 am
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?
Re: I need smallest HTTP Server
Posted: Mon Aug 24, 2020 6:16 am
by dragancesu
Re: I need smallest HTTP Server
Posted: Mon Aug 24, 2020 6:24 am
by mol
I thought about harbour solution and source code
Re: I need smallest HTTP Server
Posted: Mon Aug 24, 2020 2:24 pm
by srvet_claudio
Hi Marek,
Maybe this:
https://sourceforge.net/projects/charru ... eb-server/
Change main function for HB_FUNC and call into app.
Re: I need smallest HTTP Server
Posted: Mon Aug 24, 2020 5:28 pm
by mol
Thank you! I'll try!
Re: I need smallest HTTP Server
Posted: Sat Aug 29, 2020 9:44 pm
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.
Re: I need smallest HTTP Server
Posted: Sun Aug 30, 2020 12:32 am
by apais
Hi Marek
You should investigate about NGINX.
Fast, solid, reliable...
HTH
Angel
Re: I need smallest HTTP Server
Posted: Mon Aug 31, 2020 4:17 am
by bpd2000
Hi
Can you post small working example
I could not not found any single working example using said server, please
Re: I need smallest HTTP Server
Posted: Mon Aug 31, 2020 5:40 am
by srvet_claudio
bpd2000 wrote: ↑Mon Aug 31, 2020 4:17 am
Hi
Can you post small working example
I could not not found any single working example using said server, please
Hi,
see this demo:
Re: I need smallest HTTP Server
Posted: Mon Aug 31, 2020 8:06 am
by bpd2000
Great Dr. Claudio Soto
Working fine