Giter Club home page Giter Club logo

flitter-react's Introduction

Flitter ( socialmedia app )

Backend is configure to run on localhost as RESTAPI . Server file contains 2 separated server, one with routes that are connected to the DB and returns data, the second one is only for sockets. Socket server is used for locations on the map and for chat.

Application is no longer supported!

TYPE DESCRIPTION PORT
RestAPI Contains all routes for both apps and returning database data. Some routes are public via GET request and some like login register etc. are protected by with parameters with POST request. 3002
Socket Server Socket server is used to connect users on the map and for fast chat application. Doesn't contain any public route! 3003
React React handle the web application. It's connected to the RestAPI with Socket server. Web applications has less functions than mobile. Sockets are used just for chat application. 3000
React Native Mobile application is written in ReactNative. Better to use iOS device but it runs on Android devices just fine. Since development was on iOS, Android could have some problems with permissions. React Native uses Metro and expo cli. 19208

RestAPI/SocketServer: npm start (/server) React: npm start (/web) ReactNative: expo start (/mobile)

How application works

graph LR
A[Application] -- Request --> B((RestAPI))
B --> A
A --> R((Handle response))
R --> V((Render View))

Loading

flitter-react's People

Contributors

dannyseiner avatar

Stargazers

 avatar

Watchers

 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.