This commit is contained in:
Eilon Lipton 2017-12-27 15:57:57 -08:00 коммит произвёл GitHub
Родитель 3a0b0ed54f
Коммит 4cd8e97405
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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.