+ 7
Is it possible to make node JS code on playground?
As node is server side language, is it possible to make node JS code on playground.
11 Respostas
+ 14
not that I know of....
+ 7
React...yes
Angular..yes
node.....im seriously in doubt
+ 6
Nikolay Nachev himself here,
thanks for reply.
+ 6
Raj Chhatrala thats because ive seen both angular and react here...the react had to be slightly configured to use it here...ive never seen node..thats why im not sure
+ 4
With node.js we can create local server. If sololearn playground can run nodejs, it should we able to do that.
+ 3
I am also in doubt, when I got notified that you replied I thought I got my answer but you are also looking confused 🇳🇬Brains
+ 3
Antonio Roman I agree with you, it doesn't compile in C++.
can you create a example a small one so that I can understand how can I do that?
+ 2
okay, thanks
+ 1
The answer is definitely NO.
It is a server side scripting language that compiles to c++. Even if it was supported, sololearn does not currently support full stack applications (not even sql databases), therefore it would be used like c++,python or php, or in simple terms, just console output, it would not be able to communicate with a frontend.
It IS possible that in the future once sololearn's servers are upgraded, that they could support databases, and full stack applications. That would DEFINITELY improve the coding experience and the types of codes being created...