Skip to content

Commit 95f2da0

Browse files
authored
Update README.md
1 parent 9f29579 commit 95f2da0

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<p align="center"><img width="400px" src="http://dotnetify.net/content/images/dotnetify-logo.png"></p>
22

3-
![alt build](https://github.com/dsuryd/dotNetify/actions/workflows/build.yml/badge.svg)
43
[![npm version](https://badge.fury.io/js/dotnetify.svg)](https://badge.fury.io/js/dotnetify)
54
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/)
65

76
DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with [React](https://facebook.github.io/react/), [React Native](https://facebook.github.io/react-native/), [Vue](https://vuejs.org), [Knockout](http://knockoutjs.com) or [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) front-end on C# .NET back-end via WebSocket (SignalR or Amazon API Gateway).
7+
8+
>
9+
> ## 🚨 **Notice:** Project No Longer Actively Maintained
10+
>
11+
> **Thank you** to everyone who has found value in this project — whether personally, professionally, or commercially. It's been incredibly rewarding to see how this project has been used, extended, and supported over the years.
12+
> Special thanks to all the contributors who helped shape this library. Your time, ideas, and code have been deeply appreciated.
13+
>
14+
> To support the community going forward, I’ve open-sourced the premium library. If you'd like to continue development, feel free to fork and carry the torch in your own direction. I wish you the best of luck.
815
916
## What's New
1017

@@ -26,14 +33,14 @@ DotNetify is a free, open source project that lets you create real-time, reactiv
2633

2734
## Premium Features
2835

29-
- [**DotNetify-ResiliencyAddon**](https://www.dotnetify.net/core/dotnetify-resiliencyaddon): resilient app server when used with Amazon API Gateway.
30-
- [**DotNetify-Observer**](https://www.dotnetify.net/core/dotnetify-observer): real-time connection visualization dashboard.
31-
- [**DotNetify-LoadTester**](https://www.dotnetify.net/core/dotnetify-loadtester): performance testing tool for dotNetify apps.
32-
- [**DotNetify-Testing**](https://www.dotnetify.net/core/dotnetify-testing): testing library for dotNetify apps.
36+
- [**DotNetify-ResiliencyAddon**](https://github.com/dsuryd/dotNetify/tree/master/DotNetify.Premium/ResiliencyAddon): resilient app server when used with Amazon API Gateway.
37+
- [**DotNetify-Observer**](https://github.com/dsuryd/dotNetify/tree/master/DotNetify.Premium/dotNetify-Observer): real-time connection visualization dashboard.
38+
- [**DotNetify-LoadTester**](https://github.com/dsuryd/dotNetify/tree/master/DotNetify.Premium/LoadTester): performance testing tool for dotNetify apps.
39+
- [**DotNetify-Testing**](https://github.com/dsuryd/dotNetify/tree/master/DotNetify.Premium/Testing/DotNetifyLib.Testing): testing library for dotNetify apps.
3340

3441
## Documentation
3542

36-
Documentation and live demo can be found at [https://dotnetify.net](https://dotnetify.net).
43+
~~Documentation and live demo can be found at [https://dotnetify.net](https://dotnetify.net).~~
3744

3845
## Code Examples
3946

0 commit comments

Comments
 (0)