Hello why can I create my first social network app | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Hello why can I create my first social network app

https://www.sololearn.com/discuss/2987892/?ref=app

24th Feb 2022, 2:42 PM
Malick Barry
3 Respuestas
+ 1
Did you mean: 1. Hello why can't I create my first social networking app? 2. Hello how can I create my first social networking app?
24th Feb 2022, 3:25 PM
Mustafa A
Mustafa A - avatar
+ 2
That's just a massive project. I wouldn't recommend. If you must. I would recommend something cloud based. It's unreasonable to try and make everything and manage the server. It will blow up on your face. Believe me. You could use AWS. It's very efficient and scalable. You pay for what you use. You could use their AppSync service for real-time data flow. And DynamoDB for other less frequently updated data, such as profiles and posts. You can then add Cognito User for user registration and access control. It even handles password reset. All other logic can be performed using Lambda functions (another service). Combine it with Capacitor. It's a true cross platform framework that utilizes a web app for UI with an API layer for accessing device libraries. You can combine everything very conveniently with AWS Amplify. This way, the server availability, security and scalability (database and bandwidth resources) will be handled by Amazon.
24th Feb 2022, 3:47 PM
Mustafa A
Mustafa A - avatar
0
How can I create my first social network app I mean
24th Feb 2022, 3:27 PM
Malick Barry