0
Chat applications?
So I want to create something like discord one day. What would I need to learn? I now nothing about coding user accounts or anything like that. What languages would I need to know? You can check out my profile to see what I already know and how it can help me.
2 Answers
+ 2
Depends on what platform you wish to develop for. Mobile app? Web app? Desktop? They all can share the same backend though.
https://www.sololearn.com/Discuss/627964/?ref=app
https://www.sololearn.com/Discuss/86111/?ref=app
https://www.sololearn.com/Discuss/320790/?ref=app
+ 1
You need to learn server script, eg. Node.js, PHP.
Server script need to connect to a database, eg. MySql, MingoDb.
For MySql, you need to know Sql query commands.
For NoSql like Mongodb, you need to know Json and Api.
You also need to learn database authentication to safeguard your database.