Skip to content

Commit 32e7c12

Browse files
committed
Updates readmes
1 parent aadae5e commit 32e7c12

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ host can share a single web-socket connection.
2222
[![SwimOS Form Crates.io Version][swimos-form-badge]][swimos-form-crate]
2323

2424
[swimos-badge]: https://img.shields.io/crates/v/swimos?label=swimos
25+
2526
[swimos-crate]: https://crates.io/crates/swimos
2627

2728
[swimos-form-badge]: https://img.shields.io/crates/v/swimos?label=swimos_form
29+
2830
[swimos-form-crate]: https://crates.io/crates/swimos_form
2931

3032
[swimos-client-badge]: https://img.shields.io/crates/v/swimos?label=swimos_client
33+
3134
[swimos-client-crate]: https://crates.io/crates/swimos_client
3235

3336
[Website](https://swimos.org/) | [Developer Guide](https://www.swimos.org/server/rust/developer-guide/) | [Server API Docs](https://docs.rs/swimos/latest/swimos/) | [Client API Docs](https://docs.rs/swimos_client/latest/swimos_client/)
@@ -123,6 +126,9 @@ lane will then be set to `5` and the following will be printed on the console:
123126
Received value: 5 for 'lane' on agent at URI: /examples/name.
124127
```
125128

129+
A number of example applications are available in the [example_apps](example_apps) directory which demonstrate
130+
individual features as well as more comprehensive applications.
131+
126132
## Development
127133

128134
See the [development guide](DEVELOPMENT.md).

example_apps/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ binaries for their corresponding client applications. Each directory contains de
1919
- [map_lane_persistence](map_lane_persistence): Application demonstrating Map Lanes with persistence.
2020
- [map_store](map_store): Application demonstrating Map Stores.
2121
- [map_store_persistence](map_store_persistence): Application demonstrating Map Stores with persistence.
22+
- [ripple](ripple): Real-time synchronous shared multiplayer experience.
2223
- [supply_lane](supply_lane): Application demonstrating Supply Lanes.
2324
- [time_series](time_series): Reference code for the [Time Series](https://www.swimos.org/server/rust/time-series/)
2425
guide.

0 commit comments

Comments
 (0)