Ask HN: What server side language should I learn?
1–7 of 7 posts
Re: Ask HN: What server side language should I learn?
#2Re: Ask HN: What server side language should I learn?
#3If you know JavaScript, Node.js would probably be the quickest platform for you to start with. See https://news.ycombinator.com/item?id=9727658 .
Re: Ask HN: What server side language should I learn?
#4Re: Ask HN: What server side language should I learn?
#5If you know JavaScript, Node.js would probably be the quickest platform for you to start with. See https://news.ycombinator.com/item?id=9727658 .
I know JS, however most of the projects I work on use Java or Python. I'm looking for a language that will give me a good understanding of the backend and will help me pick up other server side languages when I need to start on a new project.
Re: Ask HN: What server side language should I learn?
#6If you know JavaScript, Node.js would probably be the quickest platform for you to start with. See https://news.ycombinator.com/item?id=9727658 .
I know JS, however most of the projects I work on use Java or Python. I'm looking for a language that will give me a good understanding of the backend and will help me pick up other server side languages when I need to start on a new project.
Re: Ask HN: What server side language should I learn?
#7If most of the projects you work on use Java or Python, I would start with those. In additional to a server side language you could also focus on a server side framework that will help you in ramping up. Like http://www.dropwizard.io for example.