You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [benchmark details](https://github.com/lightpanda-io/demo).
25
27
@@ -34,7 +36,7 @@ Back in the good old times, grabbing a webpage was as easy as making an HTTP req
34
36
35
37
### Chrome is not the right tool
36
38
37
-
So if we need Javascript, why not use a real web browser. Let’s take a huge desktop application, hack it, and run it on the server, right? Hundreds of instance of Chrome if you use it at scale. Are you sure it’s such a good idea?
39
+
So if we need Javascript, why not use a real web browser. Let’s take a huge desktop application, hack it, and run it on the server, right? Hundreds or thousands of instances of Chrome if you use it at scale. Are you sure it’s such a good idea?
38
40
39
41
- Heavy on RAM and CPU, expensive to run
40
42
- Hard to package, deploy and maintain at scale
@@ -46,17 +48,17 @@ If we want both Javascript and performance, for a real headless browser, we need
46
48
47
49
- Not based on Chromium, Blink or WebKit
48
50
- Low-level system programming language (Zig) with optimisations in mind
49
-
- Opinionated, no rendering
51
+
- Opinionated, without graphical rendering
50
52
51
53
## Status
52
54
53
55
Lightpanda is still a work in progress and is currently at a Beta stage.
0 commit comments