iris/_examples/mvc
Gerasimos (Makis) Maropoulos 296a469ce4
examples update iris dependency
2020-08-12 18:23:00 +03:00
..
authenticated-controller minor 2020-06-18 09:36:47 +03:00
basic examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
error-handler examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
grpc-compatible use the new protobuf package and other minor stuff 2020-06-21 17:15:28 +03:00
hello-world examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
login New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
login-mvc-single-responsibility New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
middleware add route-handlers-execution-rules example 2020-06-17 00:02:09 +03:00
overview examples update iris dependency 2020-08-12 18:23:00 +03:00
regexp examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
repository add a new 'overview' MVC example 2020-06-21 00:12:07 +03:00
session-controller README: add 'run in the browser' button 2020-06-24 00:13:31 +03:00
singleton examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
versioned-controller various improvements and new 'UseOnce' method - read HISTORY.md 2020-08-06 03:35:58 +03:00
vuejs-todo-mvc New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
websocket New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00