From 2fac4bd9ef58c3be3e370222410b8694a4ef0d22 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 25 Nov 2020 10:00:35 -0800 Subject: [PATCH] s/autobahn/autoroute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c48a6996..b1b1bba5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ There are plenty of great websocket libraries out there, which might work for yo [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. -To check the performance of a websocket library, you can look at the [autobahn](https://github.com/bsergean/autobahn) project. +To check the performance of a websocket library, you can look at the [autoroute](https://github.com/bsergean/autoroute) project. ## Continuous Integration