Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanpoland/simplesockets
https://github.com/tristanpoland/simplesockets
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tristanpoland/simplesockets
- Owner: tristanpoland
- License: other
- Created: 2024-12-02T03:10:40.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2024-12-02T03:10:43.000Z (24 days ago)
- Last Synced: 2024-12-08T18:37:29.401Z (17 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# simplesockets minimal example
to run the client run
```
cargo client
```
in the simplesockets root directoryto run the server run
```
cargo server
```
in the same directory