add missing screens

Gerasimos (Makis) Maropoulos 2020-06-11 04:32:10 +03:00
parent dd9142d529
commit 18afa86fa4
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7
6 changed files with 45 additions and 29 deletions

@ -1,11 +1,9 @@
## Iris vs .NET Core vs Expressjs
[[_assets/benchmarks.svg]]
[![Iris vs .NET Core(C#) vs Node.js (Express)](https://github.com/kataras/iris/raw/master/_benchmarks/benchmarks_graph_22_october_2018_gray.png)](https://github.com/kataras/iris/blob/master/_benchmarks/README.md)
_Updated at: [Monday, 22 October 2018](https://github.com/kataras/iris/blob/master/_benchmarks/README.md)_
> Run yourself: https://github.com/kataras/server-benchmarks
## Third-party
[![](https://github.com/kataras/iris/raw/master/_benchmarks/benchmarks_third_party_source_snapshot_go_23_october_2018.png)](https://github.com/iris-contrib/third-party-benchmarks#full-table)
[[_assets/benchmarks_third_party_source_snapshot_go_23_october_2018.png]]
> Last updated at: 01 March of 2019. Click to the image to view all results. You can run this in your own hardware by following the [steps here](https://github.com/iris-contrib/third-party-benchmarks#usage).
> Last updated at: 01 March of 2019. Click to the image to view all results. You can run this in your own hardware by following the [steps here](https://github.com/iris-contrib/third-party-benchmarks#usage).

26
Home.md

@ -8,7 +8,7 @@ This wiki is the main source of documentation for **developers** working with (o
* [[Benchmarks]]
* [[Support]]
* [[Installing Iris|Installation]]
* [[Getting Started]]
* [[Getting Started|Getting-started]]
* [[Host]]
* [[Automatic Public Domain with TLS|Automatic-public-address]]
* [[Configuration]]
@ -21,29 +21,29 @@ This wiki is the main source of documentation for **developers** working with (o
* [[Wrap the Router|Routing-wrap-the-router]]
* [[Override Context|Routing-override-context]]
* [[Context Methods|Routing-context-methods]]
* [[HTTP Method Override]]
* [[API Versioning]]
* [[Content Negotiation]]
* [[Response Recorder]]
* [[HTTP Referrer]]
* [[Request Authentication]]
* [[URL Query Parameters]]
* [[HTTP Method Override|HTTP-method-override]]
* [[API Versioning|API-versioning]]
* [[Content Negotiation|Content-negotiation]]
* [[Response Recorder|Response-recorder]]
* [[HTTP Referrer|HTTP-referrer]]
* [[Request Authentication|Request-authentication]]
* [[URL Query Parameters|URL-query-parameters]]
* [[Forms]]
* [[Model Validation]]
* [[Model Validation|Model-validation]]
* [[Cache]]
* [[File Server]]
* [[File Server|File-server]]
* [[View]]
* [[Cookies]]
* [[Sessions]]
* [Database](Sessions-database)
* [Flash Messages](Sessions-flash-messages)
* [[Websockets]]
* [[Dependency Injection|Dependency-Injection]]
* [[Dependency Injection|Dependency-injection]]
* [[MVC]]
* [[gRPC]]
* [[gRPC|Grpc]]
* [[Sitemap]]
* [[Localization]]
* [[Testing]]
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples)
* [[Starter Kits]]
* [[Starter Kits|Starter-kits]]
* [[Publications]]

@ -3,7 +3,7 @@
* [[Benchmarks]]
* [[Support]]
* [[Installing Iris|Installation]]
* [[Getting Started|getting-started]]
* [[Getting Started|Getting-started]]
* [[Host]]
* [[Automatic Public Domain with TLS|Automatic-public-address]]
* [[Configuration]]
@ -17,28 +17,28 @@
* [[Override Context|Routing-override-context]]
* [[Context Methods|Routing-context-methods]]
* [[HTTP Method Override|HTTP-method-override]]
* [[API Versioning|api-versioning]]
* [[Content Negotiation|content-negotiation]]
* [[Response Recorder|response-recorder]]
* [[API Versioning|API-versioning]]
* [[Content Negotiation|Content-negotiation]]
* [[Response Recorder|Response-recorder]]
* [[HTTP Referrer|HTTP-referrer]]
* [[Request Authentication|Request-authentication]]
* [[URL Query Parameters|url-query-parameters]]
* [[URL Query Parameters|URL-query-parameters]]
* [[Forms]]
* [[Model Validation|model-validation]]
* [[Model Validation|Model-validation]]
* [[Cache]]
* [[File Server|file-server]]
* [[File Server|File-server]]
* [[View]]
* [[Cookies]]
* [[Sessions]]
* [Database](Sessions-database)
* [Flash Messages](Sessions-flash-messages)
* [[Websockets]]
* [[Dependency Injection|Dependency-Injection]]
* [[Dependency Injection|Dependency-injection]]
* [[MVC]]
* [[gRPC]]
* [[gRPC|Grpc]]
* [[Sitemap]]
* [[Localization]]
* [[Testing]]
* [Examples](https://github.com/kataras/iris/tree/master/_examples)
* [[Starter Kits]]
* [[Starter Kits|Starter-kits]]
* [[Publications]]

17
_assets/README.md Normal file

@ -0,0 +1,17 @@
# Iris Docs
https://github.com/yakivmospan/github-wikito-converter
```sh
# to documentation.html (this can be used for static site render)
$ gwtc .
# to documenation.pdf (this is not used, look below)
$ gwtc -v -f pdf .
```
https://github.com/GitbookIO/gitbook-pdf
```sh
# docs.iris-go.com to pdf (iris-book private repository)
$ gitbook pdf .
```

1
_assets/benchmarks.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB