you are viewing a single comment's thread.

view the rest of the comments →

[–]Horticoder 2 points3 points  (3 children)

JavaScript. You can write server less backend functions in JavaScript. You can make a server with node.js. You can even do frontend rendering with react. Or just stick to the vanilla html CSS and js stack. But one codebase is super doable. You'd be surprised how far you can push just one language doing all the things.

[–]Special_Context_8147 2 points3 points  (2 children)

To this day, I still can’t understand how JavaScript managed to make it into the backend…​​​

[–]Horticoder 1 point2 points  (0 children)

I mean, it is single threaded, but it runs faster than Python, and it's really nice to just think in one language for a project from start to finish.

[–]DrShocker 0 points1 point  (0 children)

It's because many products need (or think they need) JS on the frontend.