Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] What are the advantages of it compared with professional proxy servers, such as Nginx? #8

Open
yangby-cryptape opened this issue Sep 29, 2023 · 3 comments

Comments

@yangby-cryptape
Copy link

yangby-cryptape commented Sep 29, 2023

What are the advantages of Axon-proxy compared with professional proxy servers, such as Nginx?

  • Maybe a comparison table should be added in README.md, like following table:

    Axon Proxy Nginx ...
    Feature Support Unsupport ...
    HTTP/2 ... ... ...
    HTTPS ... ... ...
    WSS ... ... ...
    Pluginable ... ... ...
    ... ... ... ...
    Performance 1000 800 ...
    ... ... ... ...
  • Also, a benchmark table is welcome too.

That's why this project is valuable, and why users should choose it.

@Flouse
Copy link
Collaborator

Flouse commented Sep 30, 2023

There was an internal discussion.
I will link it.

@blckngm
Copy link
Contributor

blckngm commented Oct 20, 2023

Nginx is mostly an http proxy, while axon-proxy is all about proxying (axon/ethereum) jsonrpc requests. Most of the features listed in the README are hard to implement with nginx.

@blckngm
Copy link
Contributor

blckngm commented Oct 20, 2023

In production environments you should probably deploy nginx or something similar before axon-proxy to handle stuff like https, http/2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants