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

Rewrite in Rust #106

Open
KyleSiefring opened this issue May 29, 2021 · 0 comments
Open

Rewrite in Rust #106

KyleSiefring opened this issue May 29, 2021 · 0 comments

Comments

@KyleSiefring
Copy link
Collaborator

KyleSiefring commented May 29, 2021

Here are a list of potential APIs

  • Web Requests (Tornado) Replacement
    • Actix
    • Rocket: Requires nightly right now. v0.5 will not.
    • Others options
  • AWS Boto Replacement
    • rusoto: In maintenance mode, but is the current best option.
    • New Official SDK: Not viable since there is no ec2 support yet (as of May 29 2021). New features being added fast. In alpha version.
  • PyO3 allows porting parts of the code then calling from Python. Good for debugging.
  • List of Web APIs: https://www.arewewebyet.org/
  • Need a replacement for subprocess???
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

1 participant