File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,13 @@ Project Status
4949** THIS LIBRARY IS STILL IN A PRELIMINARY STATE, AND ITS API IS SUBJECT TO
5050CHANGE WITHOUT WARNING.**
5151
52- Documentation
52+ Installation
5353-------------
5454- [ Using as a Header-Only Library] ( ./doc/usingheaderonly.md )
5555- [ Building Library, Unit Tests, and Examples] ( ./doc/building.md )
56+
57+ Documentation
58+ -------------
5659- [ Tutorial] ( ./doc/tutorial.md )
5760- [ Reference Documentation] ( http://ecorm.github.io/cppwamp/doc/index.html )
5861
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Tutorial
99
1010This tutorial is divided into several parts:
1111
12- 1 . [ Variants] ( variant ) &ndash ; A ` Variant ` mimics a dynamic Javascript variable.
13- 2 . [ Args] ( args ) &ndash ; An ` Args ` object bundles variants into positional and/or keyword arguments.
14- 3 . [ Connectors] ( connectors ) &ndash ; A ` Connector ` is used for establishing client transport endpoints.
15- 4 . [ Session Management using Coroutines] ( sessions ) &ndash ; How to establish a WAMP session using the coroutine-based client API.
16- 5 . [ Error Handling with Couroutines] ( errors ) &ndash ; How to handle runtime errors when using the coroutine-based client API.
17- 6 . [ Remote Procedure Calls] ( rpc ) &ndash ; How to register and invoke remote procedure calls.
18- 7 . [ Publish/Subscribe] ( pubsub ) &ndash ; How to publish and subscribe to event topics.
19- 8 . [ Asynchronous Client API] ( async ) &ndash ; How to use the asynchronous client API.
12+ 1 . [ Variants] ( ./ variant.md ) &ndash ; A ` Variant ` mimics a dynamic Javascript variable.
13+ 2 . [ Args] ( ./ args.md ) &ndash ; An ` Args ` object bundles variants into positional and/or keyword arguments.
14+ 3 . [ Connectors] ( ./ connectors.md ) &ndash ; A ` Connector ` is used for establishing client transport endpoints.
15+ 4 . [ Session Management using Coroutines] ( ./ sessions.md ) &ndash ; How to establish a WAMP session using the coroutine-based client API.
16+ 5 . [ Error Handling with Couroutines] ( ./ errors.md ) &ndash ; How to handle runtime errors when using the coroutine-based client API.
17+ 6 . [ Remote Procedure Calls] ( ./ rpc.md ) &ndash ; How to register and invoke remote procedure calls.
18+ 7 . [ Publish/Subscribe] ( ./ pubsub.md ) &ndash ; How to publish and subscribe to event topics.
19+ 8 . [ Asynchronous Client API] ( ./ async.md ) &ndash ; How to use the asynchronous client API.
You can’t perform that action at this time.
0 commit comments