Skip to content

Commit 46a246e

Browse files
author
Walle Cyril
committed
Add open questions
1 parent 034b640 commit 46a246e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

general/html-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-streaming",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

general/html-streaming/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ In NodeJS the HTTP timeout can be extedend with `server.timeout = TIME_OUT_LIMIT
6666
https://www.ebayinc.com/stories/blogs/tech/async-fragments-rediscovering-progressive-html-rendering-with-marko/
6767
https://stackoverflow.com/questions/42589522/why-is-facebooks-html-wrapped-inside-a-table-mobile-login-page
6868
https://stackoverflow.com/questions/49515634/css-last-of-type-does-not-match-while-still-loading
69+
70+
## Going Beyond
71+
72+
Is it possible to refresh the page without JavaScript ?
73+
74+
What are the costs/benefits of HTML streaming on low tier devices and Internet of Things ?
75+
76+
More concrete use cases ?

0 commit comments

Comments
 (0)