Giter Club home page Giter Club logo

dotnetify-react-native-demo's Introduction

 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

dotnetify-react-native-demo's People

Contributors

dsuryd avatar shhzdmrz avatar

Watchers

Thiago Coelho (Daileon) avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.