From e643d1cf3bbca3aaa684c5ece4419570c36dbd38 Mon Sep 17 00:00:00 2001 From: Nathan <2156158+nathhB@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:34:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4518a9..7579b1e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ [![](https://dcbadge.vercel.app/api/server/P9N7fy677D)](https://discord.gg/P9N7fy677D) +> [!IMPORTANT] +> If you are interested in giving nbnet a try, please consider using version 3.0 (available in 3.0 branch). I'm still working on it, but it's usable already and will be released soon(TM). 3.0 improves a lot of stuff internally and provides a cleaner API. The documentation is lacking (all READMEs are obsolete), but you can look at the examples, which are up to date. + nbnet is a single header C (C99) library designed to implement client-server architecture, more precisely for online video games. The library is based on this [great series of articles](https://gafferongames.com/) by Glenn Fiedler. nbnet can target different protocols such as UDP or [WebRTC](WEBRTC.md) through "drivers" (see below for more information).