blob: 9030b2c36055fda762b190b0ca8afc06fb6b352d [file] [log] [blame] [view]
# LLCPP tutorials
This section includes the following tutorials for using the LLCPP
FIDL bindings:
## Getting started
1. [Include FIDL in a C++ project][using-fidl]
2. [Write a server][server]
3. Write a client ([async][async] or [synchronous][sync])
## Topics
* [Async server responses][async-completers]
* [Request pipelining][pipelining]
* [Unified services][services]
<!-- xrefs -->
[using-fidl]: basics/using-fidl.md
[server]: basics/server.md
[async]: basics/client.md
[sync]: basics/sync-client.md
[pipelining]: topics/request-pipelining.md
[services]: topics/services.md
[async-completers]: topics/async-completer.md