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.

Run Chromium on Vercel without external services

15 pointsby lifesaverluke11 months ago

3 comments

ghotli11 months ago
This is useful but it uses precompiled binaries of chromium that run in a lambda. I didn't find the repo for re-creating them from source. Seems like one of those things that doesn't need a pre-compiled binary it needs instructions for how the binary was built so I don't have to trust some third party chromium distribution.
评论 #40852069 未加载
buremba11 months ago
Does Vercel charge for the compute duration in addition to the number of requests for Next.js apps? I see they charge for Function Duration (<a href="https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;pricing&#x2F;serverless-functions#managing-function-duration" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;pricing&#x2F;serverless-functions#managin...</a>) but I am unsure if Next.js apps are considered as Vercel Functions.
FrenchDevRemote11 months ago
Nice, is it headless or headful?
评论 #40851888 未加载