並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

server&clientの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

server&clientに関するエントリは4件あります。 開発セキュリティsecurity などが関連タグです。 人気エントリには 『gRPC Development Environment - Wantedly の gRPC Server/Client 開発環境 | Wantedly Engineer Blog』などがあります。
  • gRPC Development Environment - Wantedly の gRPC Server/Client 開発環境 | Wantedly Engineer Blog

    こんにちは、Wantedly の Infrastructure Team で Engineer をしている南(@south37)です。 先日、gRPC 関連で2つのブログを書きました。「gRPC Internal」では、ドキュメントやコードを読み解くなかで見えてきた「gRPC の設計と内部実装」についてブログを書きました。「Real World Performance of gRPC」では、Wantedly で実際に gRPC を利用することで達成できたパフォーマンス改善についてブログを書きました。 こんにちは、Wantedly の Infrastructure Team で Engineer をしている南(@south37 )です。 今日は、WANTEDLY TECH BOOK 6 から「gRPC Internal」という章を抜粋して Blog にします。 「WANTEDLY TECH

      gRPC Development Environment - Wantedly の gRPC Server/Client 開発環境 | Wantedly Engineer Blog
    • GitHub - jtesta/ssh-audit: SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)

      SSH1 and SSH2 protocol server support; analyze SSH client configuration; grab banner, recognize device or software and operating system, detect compression; gather key-exchange, host-key, encryption and message authentication code algorithms; output algorithm security information (available since, removed/disabled, unsafe/weak/legacy, etc); output algorithm recommendations (append or remove based

        GitHub - jtesta/ssh-audit: SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
      • [Next.js v13][和訳] Server & Client Components

        意訳ですのでその点ご留意ください。 このページを読む前に、Rendering Fundamentals のページを読んでおくことをおすすめします。 Server and Client Components Server Components と Client Components によって、「従来のサーバーレンダリングのパフォーマンス向上」と「クライアントサイドのリッチな双方向性」を両立させながら、サーバー・クライアント両方の環境でアプリケーションを構築できるようになりました。 このページを読むことで、Server Components と Client Components の違いと、Next.js のアプリケーションでどのようにそれらを使うべきかを知ることが出来ます。 Server Components app ディレクトリ内の全てのコンポーネントはデフォルトで React Serve

          [Next.js v13][和訳] Server & Client Components
        • PythonでEcho Server/Clientを書いてみる - CLOVER🍀

          これは、なにをしたくて書いたもの? ちょっとしたPythonの勉強がてらに、TCPのEcho Server/Clientを書いてみようと。 Pythonでの、ネットワークプログラミングの基礎を覚えてみる感じで。 お題 文字通り、PythonでTCPでEcho Server/Clientを書くわけですが、特にサーバー側は以下の条件を満たすように作成します。 受け取ったメッセージに対して「Reply: 」を付与して返す 同時に複数の接続を扱える(ひとつの接続を相手にしている間、他の接続の処理を一切行えない、という状況にしない) 停止はCtrl-c クライアントの条件は、起動引数で受け取ったメッセージを送って、サーバーから受け取ったメッセージを標準出力に 書き出して終了、とします。 作成方法は、以下の3つ(+α)で行うようにします。 ブロッキングIO+スレッドプール ノンブロッキングIO asy

            PythonでEcho Server/Clientを書いてみる - CLOVER🍀
          1

          新着記事