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

General Discussion

Can 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

Node 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.

Thanks 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.

Caleb, 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.

Dustin Matlock this is great. Thanks man!