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 trial
Caleb King
32,777 PointsCan Node.js be a complete replacement for java?
Working with a group on experimenting with node.js.
Want to focus on using JavaScript as core language vs. using Java and JavaScript hand in hand.
Anyone have experience with node.js What are the drawbacks Common issues How do you unit test? How to implement BDD test?
Any help will be great!
4 Answers
James Barnett
39,199 PointsNode is a backend web framework, it can't be used to make Desktop apps like Java can. But yea, you can use node.js as for your backend needs on a web app.
Caleb King
32,777 PointsThanks James Barnett .We are experimenting with node and trying to figure out the pain points. Can you unit test, and write BDD using node. Common issues others have run into.
Dustin Matlock
33,856 PointsCaleb, I came across something a few days ago and thought you might appreciate it. I've known about a few of them but some were new to me: Resources to Get You Up to Speed in Node.js.
Caleb King
32,777 PointsDustin Matlock this is great. Thanks man!