msgid ""
msgstr ""
"Project-Id-Version: English (Boost Beast Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 18:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-beast-documentation-zh_Hans/doc-qbk-02-examples--examples-qbk/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#. type: section title
#: 10
#, read-only
msgid "Examples"
msgstr "Examples"

#. type: paragraph
#: 13
#, read-only
msgid ""
"Source code and build scripts for these programs are located in the "
"[path_link example example] directory."
msgstr ""
"Source code and build scripts for these programs are located in the "
"[path_link example example] directory."

#. type: section title
#: 18
#, read-only
msgid "Clients"
msgstr "Clients"

#. type: paragraph
#: 20
#, read-only
msgid ""
"These HTTP clients submit a GET request to a server specified on the command "
"line, and prints the resulting response. The crawl client asynchronously "
"fetches the document root of the 10,000 top ranked domains, this may be used "
"to evaluate robustness. All asynchronous clients support timeouts."
msgstr ""
"These HTTP clients submit a GET request to a server specified on the command "
"line, and prints the resulting response. The crawl client asynchronously "
"fetches the document root of the 10,000 top ranked domains, this may be used "
"to evaluate robustness. All asynchronous clients support timeouts."

#. type: table cell
#: 25
#, read-only
msgctxt "25"
msgid "HTTP, synchronous"
msgstr "HTTP, synchronous"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/sync/http_client_sync.cpp "
"http_client_sync.cpp]"
msgstr ""
"[path_link example/http/client/sync/http_client_sync.cpp "
"http_client_sync.cpp]"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/sync-ssl/http_client_sync_ssl.cpp "
"http_client_sync_ssl.cpp]"
msgstr ""
"[path_link example/http/client/sync-ssl/http_client_sync_ssl.cpp "
"http_client_sync_ssl.cpp]"

#. type: table cell
#: 25
#, read-only
msgctxt "25"
msgid "HTTP, asynchronous"
msgstr "HTTP, asynchronous"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/async/http_client_async.cpp "
"http_client_async.cpp]"
msgstr ""
"[path_link example/http/client/async/http_client_async.cpp "
"http_client_async.cpp]"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/async-ssl/http_client_async_ssl.cpp "
"http_client_async_ssl.cpp]"
msgstr ""
"[path_link example/http/client/async-ssl/http_client_async_ssl.cpp "
"http_client_async_ssl.cpp]"

#. type: table cell
#: 25
#, read-only
msgctxt "25"
msgid "HTTP, asynchronous Unix domain sockets"
msgstr "HTTP, asynchronous Unix domain sockets"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/async-local/http_client_async_local.cpp "
"http_client_async_local.cpp]"
msgstr ""
"[path_link example/http/client/async-local/http_client_async_local.cpp "
"http_client_async_local.cpp]"

#. type: table cell
#: 25
#, read-only
msgid "HTTP, asynchronous using __system_executor__"
msgstr "HTTP, asynchronous using __system_executor__"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/async-ssl-system-executor/"
"http_client_async_ssl_system_executor.cpp "
"http_client_async_ssl_system_executor.cpp]"
msgstr ""
"[path_link example/http/client/async-ssl-system-executor/"
"http_client_async_ssl_system_executor.cpp "
"http_client_async_ssl_system_executor.cpp]"

#. type: table cell
#: 25
#, read-only
msgctxt "25"
msgid "HTTP, coroutine"
msgstr "HTTP, coroutine"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/coro/http_client_coro.cpp "
"http_client_coro.cpp]"
msgstr ""
"[path_link example/http/client/coro/http_client_coro.cpp "
"http_client_coro.cpp]"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp "
"http_client_coro_ssl.cpp]"
msgstr ""
"[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp "
"http_client_coro_ssl.cpp]"

#. type: table cell
#: 25
#, read-only
msgid "HTTP, C++20 coroutine"
msgstr "HTTP, C++20 coroutine"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/awaitable/http_client_awaitable.cpp "
"http_client_awaitable.cpp]"
msgstr ""
"[path_link example/http/client/awaitable/http_client_awaitable.cpp "
"http_client_awaitable.cpp]"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp "
"http_client_awaitable_ssl.cpp]"
msgstr ""
"[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp "
"http_client_awaitable_ssl.cpp]"

#. type: table cell
#: 25
#, read-only
msgid "HTTP crawl (asynchronous)"
msgstr "HTTP crawl (asynchronous)"

#. type: table cell
#: 25
#, read-only
msgid "[path_link example/http/client/crawl/http_crawl.cpp http_crawl.cpp]"
msgstr "[path_link example/http/client/crawl/http_crawl.cpp http_crawl.cpp]"

#. type: table cell
#: 25
#, read-only
msgid "HTTP json_body (synchronous)"
msgstr "HTTP json_body (synchronous)"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/body/json_body.hpp json_body.hpp] [path_link "
"example/http/client/body/json_client.cpp json_client.cpp]"
msgstr ""
"[path_link example/http/client/body/json_body.hpp json_body.hpp] [path_link "
"example/http/client/body/json_client.cpp json_client.cpp]"

#. type: table cell
#: 25
#, read-only
msgid "HTTP client for all methods (synchronous)"
msgstr "HTTP client for all methods (synchronous)"

#. type: table cell
#: 25
#, read-only
msgid ""
"[path_link example/http/client/methods/http_client_methods.cpp "
"http_client_methods.cpp]"
msgstr ""
"[path_link example/http/client/methods/http_client_methods.cpp "
"http_client_methods.cpp]"

#. type: paragraph
#: 68
#, read-only
msgid ""
"These WebSocket clients connect to a server and send a message, then receive "
"a message and print the response before disconnecting. All asynchronous "
"clients support timeouts."
msgstr ""
"These WebSocket clients connect to a server and send a message, then receive "
"a message and print the response before disconnecting. All asynchronous "
"clients support timeouts."

#. type: table cell
#: 72
#, read-only
msgctxt "72"
msgid "WebSocket, synchronous"
msgstr "WebSocket, synchronous"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/sync/websocket_client_sync.cpp "
"websocket_client_sync.cpp]"
msgstr ""
"[path_link example/websocket/client/sync/websocket_client_sync.cpp "
"websocket_client_sync.cpp]"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/sync-ssl/websocket_client_sync_ssl.cpp "
"websocket_client_sync_ssl.cpp]"
msgstr ""
"[path_link example/websocket/client/sync-ssl/websocket_client_sync_ssl.cpp "
"websocket_client_sync_ssl.cpp]"

#. type: table cell
#: 72
#, read-only
msgctxt "72"
msgid "WebSocket, asynchronous"
msgstr "WebSocket, asynchronous"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/async/websocket_client_async.cpp "
"websocket_client_async.cpp]"
msgstr ""
"[path_link example/websocket/client/async/websocket_client_async.cpp "
"websocket_client_async.cpp]"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/async-ssl/websocket_client_async_ssl.cpp "
"websocket_client_async_ssl.cpp]"
msgstr ""
"[path_link example/websocket/client/async-ssl/websocket_client_async_ssl.cpp "
"websocket_client_async_ssl.cpp]"

#. type: table cell
#: 72
#, read-only
msgctxt "72"
msgid "WebSocket, asynchronous Unix domain sockets"
msgstr "WebSocket, asynchronous Unix domain sockets"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/async-local/"
"websocket_client_async_local.cpp websocket_client_async_local.cpp]"
msgstr ""
"[path_link example/websocket/client/async-local/"
"websocket_client_async_local.cpp websocket_client_async_local.cpp]"

#. type: table cell
#: 72
#, read-only
msgid "WebSocket, asynchronous using __system_executor__"
msgstr "WebSocket, asynchronous using __system_executor__"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/async-ssl-system-executor/"
"websocket_client_async_ssl_system_executor.cpp "
"websocket_client_async_ssl_system_executor.cpp]"
msgstr ""
"[path_link example/websocket/client/async-ssl-system-executor/"
"websocket_client_async_ssl_system_executor.cpp "
"websocket_client_async_ssl_system_executor.cpp]"

#. type: table cell
#: 72
#, read-only
msgctxt "72"
msgid "WebSocket, coroutine"
msgstr "WebSocket, coroutine"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/coro/websocket_client_coro.cpp "
"websocket_client_coro.cpp]"
msgstr ""
"[path_link example/websocket/client/coro/websocket_client_coro.cpp "
"websocket_client_coro.cpp]"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/coro-ssl/websocket_client_coro_ssl.cpp "
"websocket_client_coro_ssl.cpp]"
msgstr ""
"[path_link example/websocket/client/coro-ssl/websocket_client_coro_ssl.cpp "
"websocket_client_coro_ssl.cpp]"

#. type: table cell
#: 72
#, read-only
msgid "WebSocket, C++20 coroutine"
msgstr "WebSocket, C++20 coroutine"

#. type: table cell
#: 72
#, read-only
msgid ""
"[path_link example/websocket/client/awaitable/websocket_client_awaitable.cpp "
"websocket_client_awaitable.cpp]"
msgstr ""
"[path_link example/websocket/client/awaitable/websocket_client_awaitable.cpp "
"websocket_client_awaitable.cpp]"

#. type: section title
#: 104
#, read-only
msgid "Servers"
msgstr "Servers"

#. type: paragraph
#: 106
#, read-only
msgid ""
"These HTTP servers deliver files from a root directory specified on the "
"command line. All asynchronous servers support timeouts."
msgstr ""
"These HTTP servers deliver files from a root directory specified on the "
"command line. All asynchronous servers support timeouts."

#. type: table cell
#: 109
#, read-only
msgctxt "109"
msgid "HTTP, synchronous"
msgstr "HTTP, synchronous"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/sync/http_server_sync.cpp "
"http_server_sync.cpp]"
msgstr ""
"[path_link example/http/server/sync/http_server_sync.cpp "
"http_server_sync.cpp]"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/sync-ssl/http_server_sync_ssl.cpp "
"http_server_sync_ssl.cpp]"
msgstr ""
"[path_link example/http/server/sync-ssl/http_server_sync_ssl.cpp "
"http_server_sync_ssl.cpp]"

#. type: table cell
#: 109
#, read-only
msgctxt "109"
msgid "HTTP, asynchronous"
msgstr "HTTP, asynchronous"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/async/http_server_async.cpp "
"http_server_async.cpp]"
msgstr ""
"[path_link example/http/server/async/http_server_async.cpp "
"http_server_async.cpp]"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/async-ssl/http_server_async_ssl.cpp "
"http_server_async_ssl.cpp]"
msgstr ""
"[path_link example/http/server/async-ssl/http_server_async_ssl.cpp "
"http_server_async_ssl.cpp]"

#. type: table cell
#: 109
#, read-only
msgctxt "109"
msgid "HTTP, asynchronous Unix domain sockets"
msgstr "HTTP, asynchronous Unix domain sockets"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/async-local/http_server_async_local.cpp "
"http_server_async_local.cpp]"
msgstr ""
"[path_link example/http/server/async-local/http_server_async_local.cpp "
"http_server_async_local.cpp]"

#. type: table cell
#: 109
#, read-only
msgctxt "109"
msgid "HTTP, coroutine"
msgstr "HTTP, coroutine"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/coro/http_server_coro.cpp "
"http_server_coro.cpp]"
msgstr ""
"[path_link example/http/server/coro/http_server_coro.cpp "
"http_server_coro.cpp]"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/coro-ssl/http_server_coro_ssl.cpp "
"http_server_coro_ssl.cpp]"
msgstr ""
"[path_link example/http/server/coro-ssl/http_server_coro_ssl.cpp "
"http_server_coro_ssl.cpp]"

#. type: table cell
#: 109
#, read-only
msgid "HTTP, stackless coroutine"
msgstr "HTTP, stackless coroutine"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/stackless/http_server_stackless.cpp "
"http_server_stackless.cpp]"
msgstr ""
"[path_link example/http/server/stackless/http_server_stackless.cpp "
"http_server_stackless.cpp]"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/stackless-ssl/http_server_stackless_ssl.cpp "
"http_server_stackless_ssl.cpp]"
msgstr ""
"[path_link example/http/server/stackless-ssl/http_server_stackless_ssl.cpp "
"http_server_stackless_ssl.cpp]"

#. type: table cell
#: 109
#, read-only
msgid "HTTP, C++ 20 coroutine"
msgstr "HTTP, C++ 20 coroutine"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/awaitable/http_server_awaitable.cpp "
"http_server_awaitable.cpp]"
msgstr ""
"[path_link example/http/server/awaitable/http_server_awaitable.cpp "
"http_server_awaitable.cpp]"

#. type: table cell
#: 109
#, read-only
msgid "HTTP, fast (optimized for speed)"
msgstr "HTTP, fast (optimized for speed)"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/fast/http_server_fast.cpp "
"http_server_fast.cpp]"
msgstr ""
"[path_link example/http/server/fast/http_server_fast.cpp "
"http_server_fast.cpp]"

#. type: table cell
#: 109
#, read-only
msgid "HTTP, small (optimized for space)"
msgstr "HTTP, small (optimized for space)"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/small/http_server_small.cpp "
"http_server_small.cpp]"
msgstr ""
"[path_link example/http/server/small/http_server_small.cpp "
"http_server_small.cpp]"

#. type: table cell
#: 109
#, read-only
msgid "HTTP, flex (plain + SSL)"
msgstr "HTTP, flex (plain + SSL)"

#. type: table cell
#: 109
#, read-only
msgid ""
"[path_link example/http/server/flex/http_server_flex.cpp "
"http_server_flex.cpp]"
msgstr ""
"[path_link example/http/server/flex/http_server_flex.cpp "
"http_server_flex.cpp]"

#. type: paragraph
#: 148
#, read-only
msgid ""
"These WebSocket servers echo back any message received, keeping the session "
"open until the client disconnects. All asynchronous servers support timeouts."
msgstr ""
"These WebSocket servers echo back any message received, keeping the session "
"open until the client disconnects. All asynchronous servers support timeouts."

#. type: table cell
#: 152
#, read-only
msgctxt "152"
msgid "WebSocket, synchronous"
msgstr "WebSocket, synchronous"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/sync/websocket_server_sync.cpp "
"websocket_server_sync.cpp]"
msgstr ""
"[path_link example/websocket/server/sync/websocket_server_sync.cpp "
"websocket_server_sync.cpp]"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/sync-ssl/websocket_server_sync_ssl.cpp "
"websocket_server_sync_ssl.cpp]"
msgstr ""
"[path_link example/websocket/server/sync-ssl/websocket_server_sync_ssl.cpp "
"websocket_server_sync_ssl.cpp]"

#. type: table cell
#: 152
#, read-only
msgctxt "152"
msgid "WebSocket, asynchronous"
msgstr "WebSocket, asynchronous"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/async/websocket_server_async.cpp "
"websocket_server_async.cpp]"
msgstr ""
"[path_link example/websocket/server/async/websocket_server_async.cpp "
"websocket_server_async.cpp]"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/async-ssl/websocket_server_async_ssl.cpp "
"websocket_server_async_ssl.cpp]"
msgstr ""
"[path_link example/websocket/server/async-ssl/websocket_server_async_ssl.cpp "
"websocket_server_async_ssl.cpp]"

#. type: table cell
#: 152
#, read-only
msgctxt "152"
msgid "WebSocket, asynchronous Unix domain sockets"
msgstr "WebSocket, asynchronous Unix domain sockets"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/async-local/"
"websocket_server_async_local.cpp websocket_server_async_local.cpp]"
msgstr ""
"[path_link example/websocket/server/async-local/"
"websocket_server_async_local.cpp websocket_server_async_local.cpp]"

#. type: table cell
#: 152
#, read-only
msgctxt "152"
msgid "WebSocket, coroutine"
msgstr "WebSocket, coroutine"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/coro/websocket_server_coro.cpp "
"websocket_server_coro.cpp]"
msgstr ""
"[path_link example/websocket/server/coro/websocket_server_coro.cpp "
"websocket_server_coro.cpp]"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/coro-ssl/websocket_server_coro_ssl.cpp "
"websocket_server_coro_ssl.cpp]"
msgstr ""
"[path_link example/websocket/server/coro-ssl/websocket_server_coro_ssl.cpp "
"websocket_server_coro_ssl.cpp]"

#. type: table cell
#: 152
#, read-only
msgid "WebSocket, stackless coroutine"
msgstr "WebSocket, stackless coroutine"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/stackless/websocket_server_stackless.cpp "
"websocket_server_stackless.cpp]"
msgstr ""
"[path_link example/websocket/server/stackless/websocket_server_stackless.cpp "
"websocket_server_stackless.cpp]"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/stackless-ssl/"
"websocket_server_stackless_ssl.cpp websocket_server_stackless_ssl.cpp]"
msgstr ""
"[path_link example/websocket/server/stackless-ssl/"
"websocket_server_stackless_ssl.cpp websocket_server_stackless_ssl.cpp]"

#. type: table cell
#: 152
#, read-only
msgid "WebSocket, C++ 20 coroutine"
msgstr "WebSocket, C++ 20 coroutine"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/awaitable/websocket_server_awaitable.cpp "
"websocket_server_awaitable.cpp]"
msgstr ""
"[path_link example/websocket/server/awaitable/websocket_server_awaitable.cpp "
"websocket_server_awaitable.cpp]"

#. type: table cell
#: 152
#, read-only
msgid "WebSocket, fast (suited for benchmarks)"
msgstr "WebSocket, fast (suited for benchmarks)"

#. type: table cell
#: 152
#, read-only
msgid ""
"[path_link example/websocket/server/fast/websocket_server_fast.cpp "
"websocket_server_fast.cpp]"
msgstr ""
"[path_link example/websocket/server/fast/websocket_server_fast.cpp "
"websocket_server_fast.cpp]"

#. type: section title
#: 188
#, read-only
msgid "Servers (Advanced)"
msgstr "Servers (Advanced)"

#. type: paragraph
#: 190
#, read-only
msgid ""
"These servers offer both HTTP and WebSocket services on the same port, and "
"illustrate the implementation of advanced features."
msgstr ""
"These servers offer both HTTP and WebSocket services on the same port, and "
"illustrate the implementation of advanced features."

#. type: table cell
#: 193
#, read-only
msgid "Advanced"
msgstr "Advanced"

#. type: table cell
#: 193
#, read-only
msgid ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Clean exit via "
"SIGINT (CTRL+C) or SIGTERM (kill)] ]"
msgstr ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Clean exit via "
"SIGINT (CTRL+C) or SIGTERM (kill)] ]"

#. type: table cell
#: 193
#, read-only
msgid ""
"[path_link example/advanced/server/advanced_server.cpp advanced_server.cpp]"
msgstr ""
"[path_link example/advanced/server/advanced_server.cpp advanced_server.cpp]"

#. type: table cell
#: 193
#, read-only
msgid "Advanced, flex (plain + SSL)"
msgstr "Advanced, flex (plain + SSL)"

#. type: table cell
#: 193
#, read-only
msgid ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Flexible ports: "
"plain and SSL on the same port] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] ]"
msgstr ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Flexible ports: "
"plain and SSL on the same port] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] ]"

#. type: table cell
#: 193
#, read-only
msgid ""
"[path_link example/advanced/server-flex/advanced_server_flex.cpp "
"advanced_server_flex.cpp]"
msgstr ""
"[path_link example/advanced/server-flex/advanced_server_flex.cpp "
"advanced_server_flex.cpp]"

#. type: table cell
#: 193
#, read-only
msgid "Advanced, flex (plain + SSL) with awaitable"
msgstr "Advanced, flex (plain + SSL) with awaitable"

#. type: table cell
#: 193
#, read-only
msgid ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Flexible ports: "
"plain and SSL on the same port] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] [Usage of cancellation_signals] ]"
msgstr ""
"[itemized_list [Timeouts] [Multi-threaded] [HTTP pipelining] [Parser-"
"oriented HTTP reading] [Dual protocols: HTTP and WebSocket] [Flexible ports: "
"plain and SSL on the same port] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] [Usage of cancellation_signals] ]"

#. type: table cell
#: 193
#, read-only
msgid ""
"[path_link example/advanced/server-flex-awaitable/"
"advanced_server_flex_awaitable.cpp advanced_server_flex_awaitable.cpp]"
msgstr ""
"[path_link example/advanced/server-flex-awaitable/"
"advanced_server_flex_awaitable.cpp advanced_server_flex_awaitable.cpp]"

#. type: table cell
#: 193
#, read-only
msgid "Chat Server, multi-threaded"
msgstr "Chat Server, multi-threaded"

#. type: table cell
#: 193
#, read-only
msgid ""
"[itemized_list [Multi-threaded] [Broadcasting Messages] [Multi-user Chat "
"Server] [JavaScript Browser Client] [Parser-oriented HTTP reading] [Dual "
"protocols: HTTP and WebSocket] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] ]"
msgstr ""
"[itemized_list [Multi-threaded] [Broadcasting Messages] [Multi-user Chat "
"Server] [JavaScript Browser Client] [Parser-oriented HTTP reading] [Dual "
"protocols: HTTP and WebSocket] [Clean exit via SIGINT (CTRL+C) or SIGTERM "
"(kill)] ]"

#. type: table cell
#: 193
#, read-only
msgctxt "193"
msgid "[path_link example/websocket/server/chat-multi chat-multi]"
msgstr "[path_link example/websocket/server/chat-multi chat-multi]"

#. type: section title
#: 249
#, read-only
msgid "Chat Server __video__"
msgstr "Chat Server __video__"

#. type: paragraph
#: 251
#, read-only
msgid ""
"This example demonstrates a websocket chat server, allowing multiple users "
"to connect and participate in live, group messaging. It comes with a tiny "
"front end implemented in JavaScript and HTML5 which runs in any browser. The "
"example is accompanied by a one hour presentation which provides a "
"discussion of networking concepts, followed by in-depth explanation of how "
"the client and server are constructed. This talk was delivered at [@https://"
"cppcon.org CppCon 2018]. The source code in the Beast example contains "
"improvements to the original program."
msgstr ""
"This example demonstrates a websocket chat server, allowing multiple users "
"to connect and participate in live, group messaging. It comes with a tiny "
"front end implemented in JavaScript and HTML5 which runs in any browser. The "
"example is accompanied by a one hour presentation which provides a "
"discussion of networking concepts, followed by in-depth explanation of how "
"the client and server are constructed. This talk was delivered at [@https://"
"cppcon.org CppCon 2018]. The source code in the Beast example contains "
"improvements to the original program."

#. type: table title
#: 260
#, read-only
msgid "Chat WebSocket Server and JavaScript Client"
msgstr "Chat WebSocket Server and JavaScript Client"

#. type: table cell
#: 260
#, read-only
msgid "Component"
msgstr "Component"

#. type: table cell
#: 260
#, read-only
msgid "Features"
msgstr "Features"

#. type: table cell
#: 260
#, read-only
msgid "Sources"
msgstr "Sources"

#. type: table cell
#: 260
#, read-only
msgid "Server"
msgstr "Server"

#. type: table cell
#: 260
#, read-only
msgid ""
"[itemized_list [C++] [Timeouts] [Multi-threaded] [Broadcast to multiple "
"peers] [Dual protocols: HTTP and WebSocket] [Clean exit via SIGINT (CTRL+C) "
"or SIGTERM (kill)] ]"
msgstr ""
"[itemized_list [C++] [Timeouts] [Multi-threaded] [Broadcast to multiple "
"peers] [Dual protocols: HTTP and WebSocket] [Clean exit via SIGINT (CTRL+C) "
"or SIGTERM (kill)] ]"

#. type: table cell
#: 260
#, read-only
msgctxt "260"
msgid "[path_link example/websocket/server/chat-multi chat-multi]"
msgstr "[path_link example/websocket/server/chat-multi chat-multi]"

#. type: table cell
#: 260
#, read-only
msgid "Client"
msgstr "Client"

#. type: table cell
#: 260
#, read-only
msgid ""
"[itemized_list [JavaScript / HTML5] [Runs in the browser] [Delivered by the "
"server] [Only 60 lines total including UI] [Completely portable graphics] ]"
msgstr ""
"[itemized_list [JavaScript / HTML5] [Runs in the browser] [Delivered by the "
"server] [Only 60 lines total including UI] [Completely portable graphics] ]"

#. type: table cell
#: 260
#, read-only
msgid ""
"[path_link example/websocket/server/chat-multi/chat_client.html "
"chat_client.html]"
msgstr ""
"[path_link example/websocket/server/chat-multi/chat_client.html "
"chat_client.html]"
