rderik / echoSocketServer

A basic echo server built using native sockets in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echoSocketServer

This repository includes the code for a TCP echo server built using BSD sockets using Swift.

If you want to learn more, you can read the article that explains the code here:

https://rderik.com/blog/using-bsd-sockets-in-swift/.

You can also get the "macOS network programming in Swift" guide. It includes more topics on building network applications on macOS, including:

  • BSD Sockets in Swift
  • Apple's Network.framework
  • SwiftNIO

You can get it from the following link:

rderik.com - Guides

About

A basic echo server built using native sockets in Swift


Languages

Language:Swift 100.0%