prisma-archive / prep

Pre-renders your web app (React, Vue, Angular, ...) into static HTML based on your specified routes enabling SEO for single page applications.
MIT License
373 stars 27 forks source link

Use Electron instead of PhantomJS #10

Open lastmjs opened 7 years ago

lastmjs commented 7 years ago

Why is this project using PhantomJS? Electron is more up-to-date and is even coming with true headless mode soon. Seems like a better choice.

schickling commented 7 years ago

Hi @lastmjs! We're currently rewriting prep to use a headless version of Chrome capable of running on serverless functions. Stay tuned!

baebb commented 7 years ago

@schickling on serverless functions??? hyper-curious now

stereobooster commented 6 years ago

it is already based on chromeless. This can be closed

UPD: I was confused by note in readme. Actually it uses nightmare, which uses electron. Documentation need to be fixed :/