All Projects → dsuryd → dotNetify-react-native-demo

dsuryd / dotNetify-react-native-demo

Licence: other
DotNetify + React Native + .NET Core demo

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to dotNetify-react-native-demo

ChatService
ChatService (SignalR).
Stars: ✭ 26 (-39.53%)
Mutual labels:  aspnetcore, realtime, signalr
Dotnetify
Simple, lightweight, yet powerful way to build real-time web apps.
Stars: ✭ 927 (+2055.81%)
Mutual labels:  aspnetcore, realtime, signalr
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-16.28%)
Mutual labels:  aspnetcore, signalr
Aspnetcore Angular Signalr Typescript
An example of an Angular application using ASP.NET Core and SignalR
Stars: ✭ 288 (+569.77%)
Mutual labels:  aspnetcore, signalr
Signalrsimplechat
.NET 5 - ASP.NET Core 5 SignalR Simple Chat
Stars: ✭ 95 (+120.93%)
Mutual labels:  aspnetcore, signalr
Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (+658.14%)
Mutual labels:  realtime, signalr
react-redux-aspnet-core-webapi
No description or website provided.
Stars: ✭ 34 (-20.93%)
Mutual labels:  aspnetcore, signalr
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+20358.14%)
Mutual labels:  aspnetcore, signalr
Aspnetcoreangularsignalr
SignalR ASP.NET Core Angular
Stars: ✭ 163 (+279.07%)
Mutual labels:  aspnetcore, signalr
Aspnetcoreangularsignalrsecurity
Security with ASP.NET Core, SignalR and Angular
Stars: ✭ 171 (+297.67%)
Mutual labels:  aspnetcore, signalr
UnityR
Unity3D, SignalR real-time multiplayer game
Stars: ✭ 49 (+13.95%)
Mutual labels:  realtime, signalr
aspnet-core-react-redux-playground-template
SPA template built with ASP.NET Core 6.0 + React + Redux + TypeScript + Hot Module Replacement (HMR)
Stars: ✭ 78 (+81.4%)
Mutual labels:  aspnetcore, signalr
signalr-client
SignalR client library built on top of @aspnet/signalr. This gives you more features and easier to use.
Stars: ✭ 48 (+11.63%)
Mutual labels:  realtime, signalr
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+20.93%)
Mutual labels:  aspnetcore, signalr
Aspnetcore Angular Ngrx
🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (+227.91%)
Mutual labels:  aspnetcore, signalr
pokeR
Planning poker with SignalR
Stars: ✭ 37 (-13.95%)
Mutual labels:  aspnetcore, signalr
AspNetCore.Client
On Build client generator for asp.net core projects
Stars: ✭ 14 (-67.44%)
Mutual labels:  aspnetcore, signalr
ApiFramework
Everything is an (Open)API
Stars: ✭ 26 (-39.53%)
Mutual labels:  aspnetcore
revai-node-sdk
Node.js SDK for the Rev AI API
Stars: ✭ 21 (-51.16%)
Mutual labels:  realtime
ripple
Simple shared surface streaming application
Stars: ✭ 17 (-60.47%)
Mutual labels:  realtime

 alt tag dotNetify-React-Native Demo

DotNetify makes it super easy to connect your React Native mobile app to a cross-platform .NET back-end and get real-time two-way communication with WebSockets for free!

Demo Features

  • Reactive push model allows for a very light-weight client. No need to set up REST or GraphQL calls; state change can cause new data to be pushed directly into the component's state.
  • Token-based authentication over websocket communications with expiration handling.
  • Infinite list scrolling.
  • Live data display for IoT use cases.
  • Connection error handling.
  • Using react-navigation with custom logic to track active screen.

How To Run

Install Node.js and .NET Core SDK.

Install create-react-native-app:

npm i -g create-react-native-app

Follow the instructions on Expo website to install Genymotion Android emulator and/or download the Expo app for iOS or Android.

Run the client on a terminal:

npm install
expo start

Open another terminal and run the server (ASP.NET Core 2.1):

cd server
dotnet build
dotnet run

Android 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].