From d31b8c52743b596d8111eaf7cfaefe27738221d1 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 23 Dec 2017 18:11:00 +0200 Subject: [PATCH] _examples/tutorial/vuejs-todo-mvc finished, live updates on all clients with the same session id (u can do it with login id for example) and memory storage on the server side, works perfectly and amazing fast, nice vue and iris Former-commit-id: 0bb930f43e2d70a707d3c6880dc255acd78debf2 --- .../vuejs-todo-mvc/src/web/public/index.html | 3 +- .../vuejs-todo-mvc/src/web/public/js/app.js | 99 +++++++++++-------- 2 files changed, 61 insertions(+), 41 deletions(-) diff --git a/_examples/tutorial/vuejs-todo-mvc/src/web/public/index.html b/_examples/tutorial/vuejs-todo-mvc/src/web/public/index.html index 3763042c..38cca166 100644 --- a/_examples/tutorial/vuejs-todo-mvc/src/web/public/index.html +++ b/_examples/tutorial/vuejs-todo-mvc/src/web/public/index.html @@ -32,7 +32,8 @@