-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dicky
authored and
dicky
committed
Jun 1, 2020
1 parent
64eacd0
commit 659dae4
Showing
5 changed files
with
51 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,49 @@ | ||
|
||
<p align="center"><img width="400px" src="http://dotnetify.net/content/images/dotnetify-logo.png"></p> | ||
|
||
![alt build](https://ci.appveyor.com/api/projects/status/github/dsuryd/dotnetify?svg=true) | ||
[![npm version](https://badge.fury.io/js/dotnetify.svg)](https://badge.fury.io/js/dotnetify) | ||
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/) | ||
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/) | ||
|
||
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) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR). | ||
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) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR). | ||
|
||
## What's New | ||
|
||
* v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases) | ||
* v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6) | ||
* v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5). | ||
- 4.0: Typescript support - [release notes](https://github.com/dsuryd/dotNetify/releases) | ||
- v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7) | ||
- v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6) | ||
- v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5). | ||
|
||
<div/> | ||
|
||
* Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services. | ||
* **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a> | ||
* React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate). | ||
- Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services. | ||
- **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a> | ||
- React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate). | ||
|
||
## Features | ||
|
||
* Simple and lightweight - no heavy client-side framework, no REST APIs. | ||
* Reactive back-end MVVM architecture on either .NET Core or .NET Framework. | ||
* Built-in real-time across WebSocket with SignalR. | ||
* Support local (client-side only) and Web API modes. | ||
* Full support for single-page apps, including deep-linked, nested routing and token-based authentication. | ||
* Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling. | ||
- Simple and lightweight - no heavy client-side framework, no REST APIs. | ||
- Reactive back-end MVVM architecture on either .NET Core or .NET Framework. | ||
- Built-in real-time across WebSocket with SignalR. | ||
- Support local (client-side only) and Web API modes. | ||
- Full support for single-page apps, including deep-linked, nested routing and token-based authentication. | ||
- Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling. | ||
|
||
## Documentation | ||
|
||
Documentation and live demo can be found at [https://dotnetify.net](http://dotnetify.net). | ||
Documentation and live demo can be found at [https://dotnetify.net](https://dotnetify.net). | ||
|
||
## Code Examples | ||
|
||
* React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017). | ||
* React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo). | ||
* Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]). | ||
- React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017). | ||
- React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo). | ||
- Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]). | ||
|
||
## License | ||
|
||
Licensed under the Apache License, Version 2.0. | ||
|
||
## Contributing | ||
|
||
All contribution is welcome: star this project, let others know about it, report issues, submit pull requests! | ||
|
||
_Logo design by [area55git](https://github.com/area55git)._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,52 @@ | ||
|
||
<p align="center"><img width="400px" src="http://dotnetify.net/content/images/dotnetify-logo.png"></p> | ||
|
||
![alt build](https://ci.appveyor.com/api/projects/status/github/dsuryd/dotnetify?svg=true) | ||
[![npm version](https://badge.fury.io/js/dotnetify.svg)](https://badge.fury.io/js/dotnetify) | ||
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/) | ||
[![NuGet](https://img.shields.io/nuget/v/DotNetify.SignalR.svg?style=flat-square)](https://www.nuget.org/packages/DotNetify.SignalR/) | ||
|
||
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) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR). | ||
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) or [Knockout](http://knockoutjs.com) front-end on C# .NET back-end via WebSocket (SignalR). | ||
|
||
## What's New | ||
|
||
* v3.7: routing enhancements: lazy-loading, 404 handling, and SSR - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7). | ||
* v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6). | ||
* v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5). | ||
- **4.0: Typescript support** - [release notes](https://github.com/dsuryd/dotNetify/releases) | ||
- v3.7: Routing enhancements: lazy-loading, server-side rendering, 404 error handling - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.7) | ||
|
||
- v3.6: [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.6). | ||
- v3.5: Multi-hub support, web API + local modes - [release notes](https://github.com/dsuryd/dotNetify/releases/tag/v3.5). | ||
|
||
<div/> | ||
|
||
* Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services. | ||
* **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a> | ||
* React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate). | ||
- Check out [**DotNetify-Pulse**](https://github.com/dsuryd/dotnetify-pulse), customizable realtime monitoring for .NET Core services. | ||
- **DotNetify-Elements** is out! <a href="http://dotnetify.net/elements">See documentation and live demo.</a> | ||
- React SPA template for ASP.NET Core 3.x - [github](https://github.com/dsuryd/dotnetify-react-demo-vs2017/tree/master/ReactTemplate). | ||
|
||
## Features | ||
|
||
* Simple and lightweight - no heavy client-side framework, no REST APIs. | ||
* Reactive back-end MVVM architecture on either .NET Core or .NET Framework. | ||
* Built-in real-time across WebSocket with SignalR. | ||
* Support local (client-side only) and Web API modes. | ||
* Full support for single-page apps, including deep-linked, nested routing and token-based authentication. | ||
* Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling. | ||
- Simple and lightweight - no heavy client-side framework, no REST APIs. | ||
- Reactive back-end MVVM architecture on either .NET Core or .NET Framework. | ||
- Built-in real-time across WebSocket with SignalR. | ||
- Support local (client-side only) and Web API modes. | ||
- Full support for single-page apps, including deep-linked, nested routing and token-based authentication. | ||
- Powerful back-end infrastructure, including dependency injection, WebSocket request/response pipelines, and modern tooling. | ||
|
||
## Documentation | ||
|
||
Documentation and live demo can be found at [https://dotnetify.net](http://dotnetify.net). | ||
Documentation and live demo can be found at [https://dotnetify.net](https://dotnetify.net). | ||
|
||
[Usage with .NET Core 3.0](https://github.com/dsuryd/dotNetify/issues/159#issuecomment-547691063) | ||
[Usage with .NET Core 3.x](https://github.com/dsuryd/dotNetify/issues/159#issuecomment-547691063) | ||
|
||
## Code Examples | ||
|
||
* React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017). | ||
* React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo). | ||
* Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]). | ||
- React example: [dotnetify-react-demo-vs2017](https://github.com/dsuryd/dotnetify-react-demo-vs2017). | ||
- React Native example: [dotnetify-react-native-demo](https://github.com/dsuryd/dotnetify-react-native-demo). | ||
- Other examples: [demo github repo]([https://github.com/dsuryd/dotNetify/tree/master/Demo]). | ||
|
||
## License | ||
|
||
Licensed under the Apache License, Version 2.0. | ||
|
||
## Contributing | ||
|
||
All contribution is welcome: star this project, let others know about it, report issues, submit pull requests! | ||
|
||
_Logo design by [area55git](https://github.com/area55git)._ |