-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC ON PRIVATE SERVER (about 50€/YEAR with OVH or Google cloud) instead of github pages (donations are necessary for this issue) #124
Comments
If someone want to contribute, this is the link to donate https://www.paypal.me/stefanocappa |
Have you considered Firebase hosting? Their CLI is really easy to use, it offers nice features (roll back), and their free plans allow for quite some traffic. |
I never used firebase hosting, but it seems like github pages with better performances and rollback. However, I'm trying to use also server side rendering with nodejs, in this way I can test SSR support of angular-modal-gallery in production. |
You can actually use firebase for SSR as well, see for example https://codeburst.io/next-js-on-cloud-functions-for-firebase-with-firebase-hosting-7911465298f2. I would however not go down that route as its relatively complicated and not so reusable for others. Why not use firebase for static hosting of the demo site and build/prove the SSR locally and provide the nodejs script in the repo so that others can run it themselves? Or use a free nodejs server, see https://makeawebsitehub.com/free-node-js-hosting/ for a list of free options. |
Documentation must be on a server without anything to build. It must be something simple e quick to use. I cannot use nextjs, but I need all stuff by Angular to add SSR. That procedure is so complicated also for react and I cannot imagine how can it be with Angular. SSR is difficult also on a private server where I can do everything I want. PS: I tried some of that websites, like Heroku, but without to pay they are very limited and with small performance (sleep if not used and so on). I need a fast server, because there are many images (and more to come). However I'll try to investigate in Azure |
Ah ok, only Openshift and Heroku are really free. No, I cannot use these to give a good experience to users. I need something more powerful with less limits. |
Oh, i posted the wrong link for angular/ssr/firebase. The right one is https://medium.com/@hamedbaatour/angular-5-server-side-rendering-with-firebase-step-by-step-guide-ec5f4d8ef38b. |
Ok, I'll investigate this solution. Thank u. |
I'm really angry about Github pages, so I'm thinking to push the official doc website on a private server.
Pros:
Cons:
If you want to help me with donations to pay for this service, check 'donate' button in my readme or in the navbar of the official doc website.
The text was updated successfully, but these errors were encountered: