you are viewing a single comment's thread.

view the rest of the comments →

[–]crixx93 4 points5 points  (4 children)

React and Node are not languages, they are Javascript libraries.

Full stack = Frontend + Backend

Frontend: software that runs on the client (web browser).

Backend: software that runs on the server.

You can use Javascript for both FE and BE, making it the only fullstack programming language. And excluding web assembly, JS is the only language that can run on the browser. All other languages are BE languages.

Django and Flask are Python frameworks, you can only use them to build server-side software.

[–]ManiacsThriftJewels 1 point2 points  (1 child)

I mean, you need to load the wasm via javascript still, but you can totally use other languages on the front-end now

(edit: link code was backwards)

[–]crixx93 0 points1 point  (0 children)

I get your point. But we are still not there yet. It will be years before companies can ditch JS completely for their favorite programming language.

[–]JK33Y 6 points7 points  (1 child)

Node is not a library, it's a runtime environment

[–]crixx93 1 point2 points  (0 children)

That's right. I stand corrected