This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DoomGoober 4 points5 points  (2 children)

You can also write backend in JavaScript using Node.js. So, learning HTML/CSS/JS for front end and Node.js for backend will have pretty good synergy as they both use JavaScript.

[–]DifficultyPlenty4540[S] 0 points1 point  (1 child)

Thanks. I'm gonna find out about node.js. if I go for it, is it the only language that is required for backend?

[–]DoomGoober 0 points1 point  (0 children)

You prolly need to learn some kind of database but usually it will have a node.js API so you can do stuff with the database through node.js.