@@ -90,6 +90,7 @@ check the examples folder, API docs, and don't hesitate to open an issue.
90
90
- [ Multicast] ( examples/multicast )
91
91
- [ Distributed network with discovery server] ( examples/distributed )
92
92
- [ File transfer] ( examples/file-transfer )
93
+ - [ Open Source applications] ( #app-list )
93
94
94
95
### All in one: TCP, UDP and WebSocket echo server
95
96
The following example is the simplest server that reads messages from the clients and responds
@@ -181,7 +182,7 @@ cargo run --example ping-pong client tcp 127.0.0.1:3456
181
182
You can play with it changing the transport, running several clients, disconnect them, etc.
182
183
See more [ here] ( examples/ping-pong ) .
183
184
184
- ## Do you need a transport protocol that ` message-io ` doesn't have? Add an adapter! <span id =" custom-adapter " >< span >
185
+ ## Do you need a transport protocol that ` message-io ` doesn't have? Add an adapter! <span id =" custom-adapter " / >
185
186
186
187
` message-io ` offers two * kinds* of APIs.
187
188
The ** user API** , that talks to ` message-io ` itself as an user that want to use the library,
@@ -205,5 +206,13 @@ If a transport protocol can be built in top of [`mio`](https://github.com/tokio-
205
206
That's all.
206
207
You can use your new transport with the ` message-io ` API like any other.
207
208
208
- Oops! one step more, make a * Pull request * so everyone can use it :)
209
+ Oops! one step more, make a * Pull Request * so everyone can use it :)
209
210
211
+ ## Open source projects using ` message-io ` <span id =" app-list " />
212
+ - [ Termchat] ( https://github.com/lemunozm/termchat ) Terminal chat through the LAN with video streaming and file transfer.
213
+ - [ Egregoria] ( https://github.com/Uriopass/Egregoria ) Contemplative society simulation.
214
+ - [ Project-Midas] ( https://github.com/ray33ee/Project-Midas ) Distributed network based parallel computing system.
215
+ - [ AsciiArena] ( https://github.com/lemunozm/asciiarena ) Terminal multiplayer death match game (alpha).
216
+ - [ LanChat] ( https://github.com/sigmaSd/LanChat ) LanChat flutter + rust demo.
217
+
218
+ * Does your awesome project use ` message-io ` ? Make a Pull Request and add it to the list!*
0 commit comments