stream-socket
There are 4 repositories under stream-socket topic.
fritzwill/simple-file-transfer-protocol
Uses C sockets to create a simple file transfer protocol (ftp) server and client
oleh-zayats/NWChat
A highly incomplete chat app written in Swift using Network.framework (client) and Swift NIO (server-side)
shengkui/ssc
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.
davewdh/client-server-pokemon-query-program
Client-Server Pokemon Query Program using the C programming language.