bine/examples/README.md

10 lines
644 B
Markdown
Raw Permalink Normal View History

2018-05-17 20:07:34 +00:00
### Bine Examples
The following examples are in this directory:
* [simpleclient](simpleclient) - A simple Tor client for connecting to the web or other onion services
* [simpleserver](simpleserver) - Hosting simple "hello world" Tor onion service
* [embeddedversion](embeddedversion) - Example showing how to dump the version of Tor embedded in the binary
2018-05-23 14:01:39 +00:00
* [embeddedfileserver](embeddedfileserver) - Example showing a file server using Tor embedded in the binary
2018-09-24 21:57:24 +00:00
* [grpc](grpc) - Example showing how to use gRPC over Tor
* [httpaltsvc](httpaltsvc) - Example showing how to use .onion address as `Alt-Svc` of regular website (in development)