Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

dsuryd/dotnetify-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages