[Lazarus] Lazarus, FreePascal and chat

leledumbo leledumbo_cool at yahoo.co.id
Tue Jul 26 04:24:27 CEST 2016


> Has anyone ever written a lite chat server and client in FreePascal?

Not really a full client-server chat app, but should serve as a strong base:

* Single GUI app that can work as both client and server:
http://svn.freepascal.org/svn/fpcprojects/lnet/trunk/examples/visual/tcpudp/

* Separated console client and server:
http://svn.freepascal.org/svn/fpcprojects/lnet/trunk/examples/console/ltcp/lclient.pp
http://svn.freepascal.org/svn/fpcprojects/lnet/trunk/examples/console/ltcp/lserver.pp

Those are lNet examples and meant to be used in desktop applications. For
web applications, BrookFramework has intended demo:
https://github.com/silvioprog/brookframework/tree/master/demos/chat



--
View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FreePascal-and-chat-tp4049199p4049202.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.


More information about the Lazarus mailing list