From f00667ce83451b3a69b498e91e7561eeaefb92d8 Mon Sep 17 00:00:00 2001 From: Pete Chown Date: Wed, 7 Nov 2018 11:21:17 +0000 Subject: [PATCH] Update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5786a3..4875694 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This project demonstrates how to run Kestrel without ASP.NET. It creates a web It also demonstrates how to add the websocket middleware. If you connect to ws://localhost:8080 (with wscat, for example) it will again respond with "hello world". This time it will be sent as a textual websocket message. -I wrote this code because I was curious to see if it could be done, but it may be interesting for someone. It uses significantly less memory than ASP.NET. Be aware though that it makes use of `.Internal` namespaces which are subject to change by Microsoft. This may cause compatibility difficulties when you upgrade your version of .NET Core. +I wrote this code because I was curious to see if it could be done, but it may be interesting for someone. It uses significantly less memory than ASP.NET.