enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

[Feature]: Rust MIO echo server example #3

Open rvolosatovs opened 2 years ago

rvolosatovs commented 2 years ago

Is there an existing issue for this?

Description

We should move https://github.com/enarx/enarx/tree/315946be59316c2965219a4e31cd3e2cfea3185f/examples/tcp_server to this repo and probably provide 2 different configs: TLS and TCP

Acceptance Criteria

No response

Suggestions for a technical implementation

No response

bstrie commented 2 years ago

TCP version added in https://github.com/enarx/codex/pull/7 .