Skip to content

Commit 7359c34

Browse files
committed
Extend README.md to mention KDNetwork being experimental
1 parent 4a322bb commit 7359c34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ You may also want to have a look at the
5050
[CI configuration](https://github.com/KDAB/KDUtils/blob/main/.github/workflows/build.yml)
5151
of this project to see which dependencies we use to build KDMqtt.
5252

53+
## KDNetwork
54+
55+
KDNetwork provides an experimental event-driven networking library on top of raw BSD sockets, KDFoundation
56+
and KDBindings.
57+
58+
This library is still considered unstable and in development. As such we do not make any promises for API
59+
or ABI stability at this time. Please do feel free to take it for a test drive on Windows or Linux.
60+
61+
KDNetwork offers support for TCP and SSL/TLS socket communications; non-blocking DNS resolution queries;
62+
higher-level protocols such as HTTPS, Server Sent Events and WebSockets.
63+
5364
## KDUtils/KDUtils
5465

5566
This namespace is the namesake of the entire library, and contains the STL

0 commit comments

Comments
 (0)