All Projects → dsuryd → dotnetify-react-demo

dsuryd / dotnetify-react-demo

Licence: Apache-2.0 license
DotNetify-React demo using create-react-app + Node.JS + .NET Core

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dotnetify-react-demo

MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-40.91%)
Mutual labels:  dotnetcore
Vortice.Vulkan
Cross platform .NET bindings for Vulkan, VMA, SPIRV-Cross and shaderc
Stars: ✭ 172 (+681.82%)
Mutual labels:  dotnetcore
Automato.Tasks
The easiest tool to automate 🤖 tasks while you are sleeping 😴
Stars: ✭ 23 (+4.55%)
Mutual labels:  dotnetcore
Learning.EventStore
A framework for CQRS, Eventsourcing, and messaging that uses Redis pub/sub for messaging and offers event persistence in Redis, SQL Server, or PostgreSQL.
Stars: ✭ 58 (+163.64%)
Mutual labels:  dotnetcore
LinqBenchmarks
Benchmarking LINQ and alternative implementations
Stars: ✭ 138 (+527.27%)
Mutual labels:  dotnetcore
aspnet-core-web-api-using-odata
Demo application of my speech 'Add OData Support to Your Asp.Net Core Web Api' at Dotnet Konf İstanbul. http://dotnetkonf.com/
Stars: ✭ 28 (+27.27%)
Mutual labels:  dotnetcore
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+37400%)
Mutual labels:  dotnetcore
ClickHouseMigrator
Help to migrate data to ClickHouse, create database and table auto.
Stars: ✭ 58 (+163.64%)
Mutual labels:  dotnetcore
Tars.Csharp
[give up] 所有内容现已在 https://github.com/TarsNET 重新开始
Stars: ✭ 24 (+9.09%)
Mutual labels:  dotnetcore
Configuration.Provider.Docker.Secrets
.NET Core configuration provider for Docker Secrets.
Stars: ✭ 20 (-9.09%)
Mutual labels:  dotnetcore
DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (+159.09%)
Mutual labels:  dotnetcore
open-pdd-net-sdk
拼多多开放平台DotNet SDK
Stars: ✭ 133 (+504.55%)
Mutual labels:  dotnetcore
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+136.36%)
Mutual labels:  dotnetcore
MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+2031.82%)
Mutual labels:  dotnetcore
lin-cms-vue
🔆A simple and practical CMS implemented by Vue 增加CMS博客模块
Stars: ✭ 46 (+109.09%)
Mutual labels:  dotnetcore
background-workers-in-fsharp
A port of the Microsoft .NET Core Worker Service examples to F#
Stars: ✭ 23 (+4.55%)
Mutual labels:  dotnetcore
GPONMonitor
GPON Monitoring tool for Dasan Networks GPON OLTs
Stars: ✭ 26 (+18.18%)
Mutual labels:  dotnetcore
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (+9.09%)
Mutual labels:  dotnetcore
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-27.27%)
Mutual labels:  dotnetcore
dotnetcore-image
Solution of .NET Core GDI+(Image) on Linux/Docker
Stars: ✭ 22 (+0%)
Mutual labels:  dotnetcore

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].