From 19686193742de42e99c9301aae6f7c40b1b5a7f6 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sun, 1 Sep 2024 11:12:45 -0700 Subject: [PATCH] added readme for live chat sample --- samples/LiveChat/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/LiveChat/README.md diff --git a/samples/LiveChat/README.md b/samples/LiveChat/README.md new file mode 100644 index 000000000..d0bed5a0e --- /dev/null +++ b/samples/LiveChat/README.md @@ -0,0 +1,4 @@ +This sample doesn't work right now because one feature about SPA had been deprecated in ASP.NET Core 5+. +But we still can use this sample to learn how to develop a live chat application with SuperSocket. + +https://learn.microsoft.com/en-us/aspnet/core/client-side/spa-services?view=aspnetcore-3.0 \ No newline at end of file