Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 172 Bytes

File metadata and controls

16 lines (14 loc) · 172 Bytes

Chat App

Demonstration of grpc in c++

Build

$ meson build/
$ ninja -C build/

Run

# server
$ build/src/chat_server
# client
$ build/src/chat_client