Rewrite BBOT's Web Engine in Rust? #716
TheTechromancer
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
|
Waiting on #519 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This will be tested after #519 is completed. It isn't in stone if this is the way forward but will be considered. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Work has started on this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HTTP performance is a big bottleneck in BBOT right now, as httpx is written in pure python and isn't very efficient. We need a low-level web library, a lot like ProjectDiscovery's httpx, that we can call from python.
Right now, Rust's PyO3 + Tokio is the best candidate language-wise.
Requirements:
@stryker2k2
@TMDeal
@liquidsec
Beta Was this translation helpful? Give feedback.
All reactions