サンプルコード 書籍内で解説するサンプルコードのリンクです。 6章 従来型のWebアプリケーション p164 https://github.com/little-forest/webtech-fundamentals/blob/v1-latest/chapter06/tinytodo-01-base/static/todo.css p198 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter06/tinytodo-04-session p202 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter06/tinytodo-04-session p214 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter06/tinytodo-05-user p229 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter06/tinytodo-05-user-final 7章 SPAへの進化 p272 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter07/tinytodo-07-ajax p282 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter07/tinytodo-08-spa p298 https://github.com/little-forest/webtech-fundamentals/blob/v1-latest/chapter07/tinytodo-08-spa/static/todo.js p302 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter07/routing 8章 WebAPI p346 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter08/tinytodo-09-webapi p349 https://github.com/little-forest/webtech-fundamentals/blob/v1-latest/chapter08/tinytodo-09-webapi/static/todo.js p351 https://github.com/little-forest/webtech-fundamentals/blob/v1-latest/chapter08/tinytodo-09-webapi/service_todo.go 9章 サーバープッシュ技術 p401 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter09/tinytodo-11-sse p409 https://github.com/little-forest/webtech-fundamentals/blob/v1-latest/chapter09/tinytodo-11-sse/notifier.go p417 https://github.com/little-forest/webtech-fundamentals/tree/v1-latest/chapter09/tinytodo-12-ws