Package Exports
- dotnetify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dotnetify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

DotNetify is a free, open source project that lets you create real-time, reactive, cross-platform apps with React, React Native, Vue or Knockout front-end on C# .NET back-end via WebSocket (SignalR).
What's New
- v3.6: release notes
- v3.5: Multi-hub support, web API + local modes - release notes.
- DotNetify-Elements is out! See documentation and live demo.
- React SPA template for ASP.NET Core 2.x - github.
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.
Documentation
Documentation and live demo can be found at https://dotnetify.net.
Code Examples
- React example: dotnetify-react-demo-vs2017.
- React Native example: dotnetify-react-native-demo.
- Other examples: demo github repo.
Installation
$ npm install dotnetify --save
ASP.NET Core:
PM> Install-Package DotNetify.Core
PM> Install-Package DotNetify.SignalR
ASP.NET Framework:
PM> Install-Package DotNetify.Core
PM> Install-Package DotNetify.SignalR.Owin
Read the website on how to configure your project.
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.