You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let say I want to build an app like TikTok (I know it's unrealistic).
Database used : Mysql
Frontend: who cares (probably swift/kotlin)
Server/Side: ?????
So I am guessing the flow would be:
User -> My Server -> Database -> My Server (serialization) -> JSON sent to User
I know rails but it's really slow.
However -> Login is already done/ MVS Architecture done/ Push notification server done in rails
So what framework would you personally use to build such an app??
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let say I want to build an app like TikTok (I know it's unrealistic).
Database used : Mysql
Frontend: who cares (probably swift/kotlin)
Server/Side: ?????
So I am guessing the flow would be:
User -> My Server -> Database -> My Server (serialization) -> JSON sent to User
I know rails but it's really slow.
However -> Login is already done/ MVS Architecture done/ Push notification server done in rails
So what framework would you personally use to build such an app??
Beta Was this translation helpful? Give feedback.
All reactions