Home

Awesome

 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

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

<img src="http://dotnetify.net/content/images/react_native_android_demo.gif" height="500">