diff --git a/README.md b/README.md index d8d0a19..1430114 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ASP.NET SignalR Java Client ======== -ASP.NET SignalR is a is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time. +## This repository is obsolete and no longer used or maintained. -This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. +All SignalR work for ASP.NET Core is located at https://github.com/aspnet/SignalR + +As a result, we're not accepting anymore changes to this project. Please file any new issues on https://github.com/aspnet/SignalR.