mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
9 lines
367 B
Markdown
9 lines
367 B
Markdown
goal:
|
|
|
|
write client that works on lumia 950 phone, so I can use matrix on my phone.
|
|
|
|
try approach offline to indexeddb. go low-memory, and test the performance of storing every event individually in indexeddb.
|
|
|
|
try to use little bandwidth, mainly by being an offline application and storing all requested data in indexeddb.
|
|
be as functional as possible while offline
|