Skip to content

mnito/serverd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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