Skip to content
Snippets Groups Projects
Commit fc0bebe4 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added some ideas

parent ff2b1e59
No related branches found
No related tags found
No related merge requests found
# sandcastle
A castle in a sandbox.
\ No newline at end of file
A castle in a sandbox.
## Abstract
_Sandcastle_ is sort of a playground for a _server_ and _client_ programming environment.
The _server_ component provides several services that can be consumed be _clients_. The _clients_
can be `telnet`, `ssh`, a _web browser_, or a _special client_. Another _special client_ could also
be another _server_, to distribute the load.
## Features
### Server features
* support for different listeners
* `telnet`
* `ssh`
* `http` and `https` for _web browsers_ (`lynx`?)
* a special client written in [Go][]
* use _goroutines_ for maximum resource usage
### Client features
* **TBD**
<!-- Links -->
[Go]: https://golang.org/
<!-- End Of File -->
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment