Written by Paul
warp
warp is a super-easy, composable, web server framework for warp speeds. Thanks to itsFilter
system, warp provides these out of the box:
Warp 는 rust에서 쓸 수 있는 web server framework 이다.
tokio
Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing network applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded devices.
Tokio는 rust에서 async (비동기성)을 지원해주는 라이브러리이다.
네트워크 요청등과 같은 용도로 쓰인다.
실제 rust api로 localhost 띄워보기
위의 글을 참고했습니다.