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!
Install Node.js and .NET Core SDK.
dotnet restore
dotnet build
npm install
npm start
Real-time "Hello World" demo as cross-platform desktop app using Electron.
This real-time "Hello World" demo is created with create-react-app and runs on .NET Core back-end.
Real-time chart using ReactiveX stream on the back-end.
Real-time promise component to show progress status while data is being loaded on the back-end.
Visit http://dotnetify.net/react for documentation and live demo.