ブックマーク / qiita.com/atsuk (1)

  • Web Application Server by Rust with actix-web - Qiita

    はじめに 最近業務でactix-webによるWeb Application Server開発を実施する機会がありましたので、備忘録を兼ねて記事にしようと思います。 英語になりますが公式ドキュメントには詳細な説明が記載されていますので、必要に応じてそちらを参照下さい。 actix-webについて actix-webとは現在非常に活発に開発が進められているRustのWeb application frameworkです。 公式からの引用になりますが、主な特徴としては以下の通りとなります。 Supported HTTP/1.x and HTTP/2.0 protocols Streaming and pipelining Keep-alive and slow requests handling Client/server WebSockets support Transparent conte

    Web Application Server by Rust with actix-web - Qiita
  • 1