+ 2
Server side language recommendation.
I recently learned JavaScript and jQuery,which language should i learn next..??
8 Respostas
+ 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.
+ 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.
+ 6
Cheers Dharmesh Kale 😊
+ 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.
+ 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.
+ 3
Anthony Quick Sorry if I'm nit-picking. But JSON is a file format, not a language.
+ 2
Ok..Thank you Bro
+ 1
what is JSON i hear it first time..??