Server side language recommendation. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Server side language recommendation.

I recently learned JavaScript and jQuery,which language should i learn next..??

18th Aug 2018, 10:21 AM
Dharmesh Kale
Dharmesh Kale - avatar
8 Answers
+ 4
Nguyễn Văn Hoàng Correct!!! Anthony Quick JSON is not a language Learn Node.js if you know Javascript But I recommend you to also have a great understanding of PHP. As Node.js is a single-threaded language and it cannot do intensive tasks. But PHP is multi-threaded and carry intensive tasks and run large Web Apps.
19th Aug 2018, 8:10 AM
Femi
Femi - avatar
+ 6
Good description here: https://www.w3schools.com/js/js_json_intro.asp Secondly, you should learn Node.js, as both of these will be needed for your server to work properly.
18th Aug 2018, 10:38 AM
Tony
Tony - avatar
+ 6
Cheers Dharmesh Kale 😊
18th Aug 2018, 10:42 AM
Tony
Tony - avatar
+ 4
Ishola Obafemi yes, your correct. I should have specified - JSON is needed to encode information for transfer between device and server. But either way, it is useful to learn that along with Node.JS, or React.JS - whichever your flavor is.
19th Aug 2018, 9:11 AM
Tony
Tony - avatar
+ 3
JSON would be a good one to learn next. Edit: I should have specified this earlier - JSON is the encoding needed to transfer data between device and server - the actual work though is done by either Node.JS or React.JS.
18th Aug 2018, 10:23 AM
Tony
Tony - avatar
+ 3
Anthony Quick Sorry if I'm nit-picking. But JSON is a file format, not a language.
18th Aug 2018, 11:38 AM
Hoàng Nguyễn Văn
Hoàng Nguyễn Văn - avatar
+ 2
Ok..Thank you Bro
18th Aug 2018, 10:41 AM
Dharmesh Kale
Dharmesh Kale - avatar
+ 1
what is JSON i hear it first time..??
18th Aug 2018, 10:36 AM
Dharmesh Kale
Dharmesh Kale - avatar