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 trialxed77
1,052 PointsIs it acceptable to create a backend with Node.js for a simple single page submission form website as opposed to php?
I'm developing a single page website which has a form that needs to be submitted. I'm about to finish the front-end part for the site, and am looking at the back-end.
Would it be okay to program the backend in Node.js?
Anytime I hear Node.js it's in reference to "Web Applications" and not simple "websites"
Could I please get some advise on whether this is plausible, and if not... why? and what would be the best course of action
Note: I'm a beginner web developer
1 Answer
Sergey Podgornyy
20,660 PointsHi, Olayemi!
It's Ok to write backend on any backend language you like (PHP, Node.js, Python, Ruby...). It's all up to you On any backend language you could create both small and huge applications.
Good luck in your further education
xed77
1,052 Pointsxed77
1,052 PointsThank you for the answer
Sergey Podgornyy
20,660 PointsSergey Podgornyy
20,660 PointsYou are welcome, young padawan