TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rendertron – a dockerized, headless Chrome rendering solution

59 pointsby mgraysonalmost 8 years ago

2 comments

hypothetealmost 8 years ago
Hopefully the Rendertron will gain support for WebGL in the near future. It seems like more and more graphical apps on the web are using WebGL over the Canvas API for performance reasons.
评论 #15086659 未加载
jottoalmost 8 years ago
I&#x27;ve been working on a similar project - if you want a similar solution with a little less setup, navigate to your build&#x2F;dist directory and:<p><pre><code> npm install -g prerendercloud-server prerendercloud-server . </code></pre> If you want to run your own rendertron instance as opposed to service.prerender.cloud, you can use that same package with an environment variable:<p><pre><code> PRERENDER_SERVICE_URL=http:&#x2F;&#x2F;localhost:8080 prerendercloud-server . </code></pre> <a href="https:&#x2F;&#x2F;www.prerender.cloud&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;www.prerender.cloud&#x2F;docs</a>