swift-server
Here are 54 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Swift
It should be possible to use multiple backends in a single process.
We should document how one might want to achieve this.
I think this is the case as I've written tests with concurrent systems against metrics... but will need to double check.
for debugging purposes, we should offer an option to switch on plain text .pcap recording.
It should be very clear that it's for debugging because NIOWritePCAPHandler.SynchronisedFileSink blocks the event loop (we could write an async file sink ofc)...
A pretty terrible patch that can serve as example (but not the final impl ofc) is here:
diff --git a/Package.swift b/Package.swWe need more tests for the encoder. It's test coverage is rather bad right now:
https://codecov.io/gh/fabianfett/pure-swift-json/tree/master/Sources/PureSwiftJSONCoding/Encoding
PRs are very welcome.
-
Updated
Feb 14, 2018 - Swift
-
Updated
Aug 24, 2019
-
Updated
Jun 1, 2020 - Swift
-
Updated
Feb 1, 2021 - Swift
Support for configurations is in already. We need a config file parser to fill the Configuration object, and presumably some more options ;-)
-
Updated
May 29, 2020 - Swift
-
Updated
Jan 6, 2021 - Swift
-
Updated
Jan 21, 2021 - Swift
-
Updated
Jun 30, 2020 - Swift
-
Updated
Mar 22, 2019 - Swift
-
Updated
Apr 24, 2019 - Swift
-
Updated
Nov 9, 2020 - Swift
-
Updated
Dec 8, 2020 - Swift
-
Updated
May 26, 2019 - Swift
-
Updated
Feb 1, 2021 - Swift
-
Updated
Feb 5, 2020 - Swift
-
Updated
Mar 28, 2020 - Swift
-
Updated
Feb 12, 2018 - Swift
Improve this page
Add a description, image, and links to the swift-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-server topic, visit your repo's landing page and select "manage topics."
If you want to work with a complete socket address type including port, we have a helper in
SocketAddress. However, the moment you want to talk only about an IP address we force you to hold anin_addrorin_addr6structure: hardly the friendliest versions of these data types.We should provide a helpful wrapper
IPAddresstype that can be converted into those types as needed. This would