Forum > Networking and Web Programming

tcp client, server - how to learn?

(1/1)

wht244:
i need to create a client/server application. are there any components/classes for easy communication? where can i find any tutorials?

stonefull:
There are these:

http://www.ararat.cz/synapse/doku.php
http://lnet.wordpress.com/

wht244:
doesn't lazarus have any built-in network components? i want some simpliest component to use network connection...

Leledumbo:

--- Quote ---doesn't lazarus have any built-in network components?
--- End quote ---
No, you'll need to code one yourself using Sockets unit (and probably other units as well) if you don't want to use 3rd party components.

--- Quote ---i want some simpliest component to use network connection...
--- End quote ---
lnet and synapse are damn simple, what else do you need?

Navigation

[0] Message Index

Go to full version