[fpc-pascal] Web Server Written in Free Pascal?

Michael Van Canneyt michael at freepascal.org
Wed Mar 27 16:16:26 CET 2019



On Wed, 27 Mar 2019, Anthony Walter wrote:

> I've been tutoring kids on programming and using Free Pascal as their first
> computer language. I've been creating example programs to demonstrate
> different things computer can do and how certain technologies.
>
> In that endeavor I've written a basic multi threaded web server as a
> command line application. I wanted to know if other people have done this
> much and it would be worthwhile for me to write up a small page with some
> example extensions to the web server. What is your opinion, are of this
> type of web server implementation and if there would be any value
> dedicating some time to writing up a page about it with more information.

>
> The basic web server program which you can extend looks like this (optional
> clii switches include -port and binding -address):

Ehm.
Have you ever checked out fpWeb  ? This exists since many years, distributed
by default in FPC.  The trunk version even supports SSL.

Michael.



More information about the fpc-pascal mailing list