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 trialDon Macarthur
28,430 PointsCan I Use Githhub Pages for Express Web App?
Hi guys,
As per the title, can I?
I've just been through the Node.js, MongoDB and Express sections of the Full Stack JavaScript track and have an idea for a project which will use all three.
Thanks for any help/suggestions. Don :-)
1 Answer
gqtojlonge
1,716 PointsHi Don, Github pages are only meant for static pages(e.g no db stuff) as far as i know. You can do all kind of static site generators to create static page tho'. For node and express to run, you will probably need real server. Best regards
Don Macarthur
28,430 PointsDon Macarthur
28,430 PointsThanks Benjamin,
I've done a bit of reading since posting this and that seems to be the case. It looks like Heroku is my best bet at this stage.
Cheers Don