Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 588 Bytes

Serverd

An example server implementation in Swift using Dispatch

  • Includes socket abstraction
  • Includes connection abstraction for reading and writing data
  • Includes application protocol for configuring custom applications
  • Uses socket file descriptors as read source

Building/Running

swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12
swift run -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12

License

MIT License

Author

Michael P. Nitowski