qtgrpc/examples/grpc/chat/server
Dennis Oberst 9bbd8d17fc chat example: various enhancements
This patch includes:
  - Show available server ports dynamically. Qt built without SSL
    support should not show the https port.
  - Add an early note about the prerequisites for running the example so
    that users are guided from early on.
  - Use std::cout in combination with std::endl to flush the buffer.
    QtCreator doesn't print when simply using "\n".

Pick-to: 6.9 6.8
Change-Id: I4eb7f6fbc1474508af2a88a3313cf94325a63657
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit e81b5d59ad)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-07-03 18:59:04 +00:00
..
credentials qtgrpc_chat_server: Compile certificates into the application 2025-03-13 13:11:23 +01:00
CMakeLists.txt Add the hint to find the host grpc_cpp_plugin when crosscompiling 2025-03-18 18:08:13 +01:00
main.cpp chat example: various enhancements 2025-07-03 18:59:04 +00:00