An open API service indexing awesome lists of open source software.

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

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)