/dotnetify-react-demo

DotNetify-React demo using create-react-app + Node.JS + .NET Core

Primary LanguageJavaScriptApache License 2.0Apache-2.0

 alt tag 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 babel-core -g
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.