dsuryd / dotnetify-react-demo

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

Home Page:http://dotnetify.net/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://dotnetify.net/react

License:Apache License 2.0


Languages

Language:JavaScript 98.9%Language:C# 0.8%Language:HTML 0.3%Language:CSS 0.1%