diff --git a/app.yaml b/app.yaml index 3c40271..5ccabf1 100644 --- a/app.yaml +++ b/app.yaml @@ -23,6 +23,15 @@ handlers: X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains +- url: /overview + static_files: overview.html + upload: overview.html + secure: always + http_headers: + X-Frame-Options: DENY + X-Content-Type-Options: nosniff + Strict-Transport-Security: max-age=31536000; includeSubDomains + - url: /images static_dir: images secure: always diff --git a/images/architecture.svg b/images/architecture.svg new file mode 100644 index 0000000..3073623 --- /dev/null +++ b/images/architecture.svg @@ -0,0 +1,623 @@ + + + + diff --git a/images/dataflow.svg b/images/dataflow.svg new file mode 100644 index 0000000..e14dfa5 --- /dev/null +++ b/images/dataflow.svg @@ -0,0 +1,616 @@ + + + + diff --git a/index.html b/index.html index 6341845..4dddd0c 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@
Client/server publish/subscribe, presence and key/value storage for AppEngine
+ +