Home

Awesome

<p align="center"><img src="https://s33.postimg.cc/nssom6eov/Logo_do_Netify.png"></p>

dotNetify-React Demo

DotNetify makes it super easy to connect your React app to a cross-platform .NET back-end and get real-time two-way communication with WebSockets for free!

How To Run

Install Node.js and .NET Core SDK.

dotnet restore
dotnet build
npm install
npm start

ElectronHelloWorld

Real-time "Hello World" demo as cross-platform desktop app using Electron.

HelloWorld

This real-time "Hello World" demo is created with create-react-app and runs on .NET Core back-end.

LiveChart

Real-time chart using ReactiveX stream on the back-end.

Promise

Real-time promise component to show progress status while data is being loaded on the back-end.

Documentation

Visit http://dotnetify.net/react for documentation and live demo.