Chat applications? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

12th Jul 2018, 3:13 AM
Daniel Cooper
Daniel Cooper - avatar
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
12th Jul 2018, 3:22 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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.
12th Jul 2018, 3:27 AM
Calviղ
Calviղ - avatar