Communication library working in both ways.
There exists two implementations an encrypted one and a plain text one.
```rust use firestream::server::Connection as Server; use firestream::client::Connection as Client;
```
All Naming is in the view of the final api.