On Tue, 26 Jan 2010, Graeme Geldenhuys wrote:

Joost van der Sluis wrote:

EmbWeb: Adds to possibility to FCL-Web to create webapplications with a
build-in webserver, based in LNet which is also included. Usefull for
debugging

I'm very interested in this feature. I have been looking at nYume (web
server implemented in less that 1000 lines of code) for a product we need
to distribute and run from CD-ROM. nYume is implemented in Object Pascal
(using FPC) and only adds 80KB to an executable.

Do you know how LNet's HTTP server compares to nYume?

lnet is event-driven, nYume is not. nYume is multithreaded, and - to my taste - conceptually simpler.

You may also want to try the HTTPServ from synapse, nYume is conceptually
similar to that.

Michael.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to