Recently released a SSR Proxy (Server-Side Rendenring), which allows for SEO-friendly SPAs, serving pre-rendered web pages for Web Crawlers. Any feedback is more than welcome!

https://github.com/Tpessia/ssr-proxy-js

#released #SSR #Proxy #ServerSide #Rendenring #SEOfriendly #SPAs #serving #prerendered #web #pages #Web #Crawlers #feedback

What do you think?

12 Points
Upvote Downvote

One Comment

Leave a Reply
  1. It’s focused on flexibility and customization, and also works with any SPA framework, such as React.js, Vue.js and Angular, using Puppeteer to render the pages.

    [https://github.com/Tpessia/ssr-proxy-js](https://github.com/Tpessia/ssr-proxy-js)

    [https://www.npmjs.com/package/ssr-proxy-js](https://www.npmjs.com/package/ssr-proxy-js)

    For more info about SSR in general, here is a very good article about it: [https://medium.com/@baphemot/whats-server-side-rendering-and-do-i-need-it-cb42dc059b38](https://medium.com/@baphemot/whats-server-side-rendering-and-do-i-need-it-cb42dc059b38).

    The main workflow is based on Google’s article about SSR: [https://developers.google.com/web/tools/puppeteer/articles/ssr](https://developers.google.com/web/tools/puppeteer/articles/ssr)

Leave a Reply