https://github.com/mnito/serverd
Server library for Swift using Dispatch
https://github.com/mnito/serverd
dispatch file-descriptor libdispatch server server-side-swift sockets swift
Last synced: 10 months ago
JSON representation
Server library for Swift using Dispatch
- Host: GitHub
- URL: https://github.com/mnito/serverd
- Owner: mnito
- License: mit
- Created: 2017-09-07T20:38:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T02:55:22.000Z (over 7 years ago)
- Last Synced: 2025-01-30T06:09:37.475Z (11 months ago)
- Topics: dispatch, file-descriptor, libdispatch, server, server-side-swift, sockets, swift
- Language: Swift
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
* Email:
* Twitter: [@mikenitowski](https://twitter.com/mikenitowski)