Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to render dynamic pages on GitHub Pages?

I just wanted to make a chatbot REST API on GitHub Pages, but I can’t get it to render a dynamic page made with Express and Node.js. I just want to know if we can somehow render dynamic pages on GitHub Pages.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Github pages is only used to serve static content and does not support any server-side scripting.
Firebase hosting is also for static content hosting and also does not support server-side scripting.
You should use firebase cloud functions for any of your back-end services/scripting.

Some resources to host server-side services : https://free-for.dev/#/?id=paas

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading