Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLeon Segal
14,754 PointsCould node.js be considered as a viable back-end language?
In the teacher's notes for this course, the 3 listed back-end languages are:
- PHP
- Rails
- Python
I wanted to know if I could take the JavaScript knowledge I have and use it to learn node.js or would I still need one or more of the other 3 listed here?
1 Answer
Jaro Schwab
8,957 PointsWell, it always depends on what you want to build. Say for example, you would like to build a giant encryption algorithm, node is probably not the best way to implement this. But for the general web-app, i think you're good with node. Also, I really like node and I have not been at the point where you see any limitations with it. If you're already familiar with javascript and like the way of writing it, I would suggest you to learn node!
Also note: rails is not a language - rails is a framework..
Shivangi Sriv
Full Stack JavaScript Techdegree Student 261 PointsShivangi Sriv
Full Stack JavaScript Techdegree Student 261 PointsHey Jaro Schwab , why node is probably not the best way to implement a "giant encryption algorithm"?