Skip to content

Commit 9acff85

Browse files
Add nimMulticast (#79)
1 parent 00fb40f commit 9acff85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
- [QUIC](#quic)
7575
- [Websockets](#websockets)
7676
- [Messaging](#messaging)
77+
- [Multicast](#multicast)
7778
- [HTML Parsers](#html-parsers)
7879
- [HTTP Servers](#http-servers)
7980
- [Gemini Servers](#gemini-servers)
@@ -593,6 +594,11 @@ Nim provides unique features for seamless and transparent interoperability with
593594
- [status](https://github.com/status-im/nim-status) - Nim implementation of the Status protocol.
594595

595596

597+
#### Multicast
598+
599+
- [nimMulticast](https://github.com/enthus1ast/nimMulticast) - UDP Multicast made simple.
600+
601+
596602
### HTML Parsers
597603

598604
- [Nimquery](https://github.com/GULPF/nimquery) - Library for querying HTML using CSS selectors, like JavaScript's `document.querySelector`.

0 commit comments

Comments
 (0)