Skip to content

The Backend things that are working in the background

Turksat46 edited this page Aug 4, 2023 · 4 revisions

So of course you are a techy guy or gal and you just really want to know, how this whole app works in the background, where the monsters are sleeping and are working 24/7 to deliver the best perfomance and functionality. On this page, I will explain all the systems and pieces of code, that work together to deliver the best user experience.

FreaksNearby

FreaksNearby is the main connectivity system, in which it allows to connect to other mobile devices, which have FreaksLabor active and in the foreground. The system can send restricted and only user-relevant data to other devices such as ids and more. This system is based on the Google Nearby API and as you might think can be pretty secure. The application will only send selected data, that the user allowed it to do. THE UID WILL ALWAYS BE SENT IF THE FEATURE IS ENABLED AND ACTIVE!!!

FreaksMesh

FreaksMesh allows an offline user to always get the newest data from another device, that is connected to the internet Data such as name and bio can be really important to get to know a new person that is around

Clone this wiki locally