Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tristanpoland/simplesockets


https://github.com/tristanpoland/simplesockets

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# simplesockets minimal example

to run the client run
```
cargo client
```
in the simplesockets root directory

to run the server run
```
cargo server
```
in the same directory