Skip to content

Commit ed5b1a0

Browse files
Fix links & update info in README (#485)
1 parent ef57e3a commit ed5b1a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ Starting with the 11.0.8 release, IXWebSocket should be fully C++11 compatible.
9999
If your company or project is using this library, feel free to open an issue or PR to amend this list.
100100

101101
- [Machine Zone](https://www.mz.com)
102-
- [Tokio](https://gitlab.com/HCInk/tokio), a discord library focused on audio playback with node bindings.
102+
- [Tokio](https://github.com/liz3/tokio), a discord library focused on audio playback with node bindings.
103103
- [libDiscordBot](https://github.com/tostc/libDiscordBot/tree/master), an easy to use Discord-bot framework.
104104
- [gwebsocket](https://github.com/norrbotten/gwebsocket), a websocket (lua) module for Garry's Mod
105-
- [DisCPP](https://github.com/DisCPP/DisCPP), a simple but feature rich Discord API wrapper
105+
- [DisCPP](https://github.com/DisCPP/DisCPP), a simple but feature rich Discord API wrapper (archived as of Oct 8, 2021)
106106
- [discord.cpp](https://github.com/luccanunes/discord.cpp), a discord library for making bots
107107
- [Teleport](http://teleportconnect.com/), Teleport is your own personal remote robot avatar
108108
- [Abaddon](https://github.com/uowuo/abaddon), An alternative Discord client made with C++/gtkmm
@@ -115,8 +115,8 @@ There are plenty of great websocket libraries out there, which might work for yo
115115

116116
* [websocketpp](https://github.com/zaphoyd/websocketpp) - C++
117117
* [beast](https://github.com/boostorg/beast) - C++
118+
* [µWebSockets](https://github.com/uNetworking/uWebSockets) - C++
118119
* [libwebsockets](https://libwebsockets.org/) - C
119-
* [µWebSockets](https://github.com/uNetworking/uWebSockets) - C
120120
* [wslay](https://github.com/tatsuhiro-t/wslay) - C
121121

122122
[uvweb](https://github.com/bsergean/uvweb) is a library written by the IXWebSocket author which is built on top of [uvw](https://github.com/skypjack/uvw), which is a C++ wrapper for [libuv](https://libuv.org/). It has more dependencies and does not support SSL at this point, but it can be used to open multiple connections within a single OS thread thanks to libuv.
@@ -136,7 +136,6 @@ To check the performance of a websocket library, you can look at the [autoroute]
136136
| Linux | OpenSSL | Address Sanitizer | [![Build2][7]][0] |
137137
| Mingw | Disabled | None | [![Build2][8]][0] |
138138

139-
* ASAN fails on Linux because of a known problem, we need a
140139
* Some tests are disabled on Windows/UWP because of a pathing problem
141140
* TLS and ZLIB are disabled on Windows/UWP because enabling make the CI run takes a lot of time, for setting up vcpkg.
142141

@@ -148,5 +147,5 @@ To check the performance of a websocket library, you can look at the [autoroute]
148147
[5]: https://github.com/machinezone/IXWebSocket/workflows/windows/badge.svg
149148
[6]: https://github.com/machinezone/IXWebSocket/workflows/uwp/badge.svg
150149
[7]: https://github.com/machinezone/IXWebSocket/workflows/linux_asan/badge.svg
151-
[8]: https://github.com/machinezone/IXWebSocket/workflows/unittest_windows_gcc/badge.svg
150+
[8]: https://github.com/machinezone/IXWebSocket/workflows/windows_gcc/badge.svg
152151

0 commit comments

Comments
 (0)