Uses C sockets to create a simple file transfer protocol (ftp) server and client
-
Updated
Dec 17, 2018 - C
Uses C sockets to create a simple file transfer protocol (ftp) server and client
This project is a demo for how to use stream socket(SOCK_STREAM) to communicate between client and server. And the server supports multiple clients via multi-threading.
A highly incomplete chat app written in Swift using Network.framework (client) and Swift NIO (server-side)
Add a description, image, and links to the stream-socket topic page so that developers can more easily learn about it.
To associate your repository with the stream-socket topic, visit your repo's landing page and select "manage topics."