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

refactor: migrate web server to to axum #228

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

refactor: migrate web server to to axum #228

wants to merge 3 commits into from

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented May 27, 2024

blocked on #226

full axum migration, including router re-write

pros:

  • –53 LoC
  • Access to library of first- and third-party middleware.

cons:

tokei:

 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Rust                   30         3899         3366           22          511
 |- Markdown             6           48            0           43            5
 (Total)                           3947         3366           65          516

@robjtede robjtede changed the base branch from main to tracing May 27, 2024 02:49
@robjtede robjtede changed the title refactor: migrate to tracing for logging refactor: migrate web server to to axum May 27, 2024
@robjtede robjtede linked an issue May 27, 2024 that may be closed by this pull request
@robjtede robjtede mentioned this pull request May 27, 2024
Base automatically changed from tracing to main May 29, 2024 10:35
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

Successfully merging this pull request may close these issues.

web server upgrade
1 participant