This commit is contained in:
WuKongIM 2026-04-09 15:49:50 +02:00 committed by GitHub
commit 5a0b78cec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Distributed Systems](#distributed-systems)
- [Dynamic DNS](#dynamic-dns)
- [Email](#email)
- [Instant Messaging](#instant-messaging)
- [Embeddable Scripting Languages](#embeddable-scripting-languages)
- [Error Handling](#error-handling)
- [File Handling](#file-handling)
@ -1105,6 +1106,14 @@ _Libraries and tools that implement email creation and sending._
**[⬆ back to top](#contents)**
## Instant Messaging
_Libraries and tools that implement instant messaging._
- [WukongIM](https://github.com/WuKongIM/WuKongIM) - a high-performance universal communication service
**[⬆ back to top](#contents)**
## Embeddable Scripting Languages
_Embedding other languages inside your go code._