|
abdcc83eb9
|
Refactor subscription format
Place the actual push subscription data into a push property on the
subscription so that other properties can be added to it.
|
2025-03-07 12:37:47 +01:00 |
|
|
6ea3567c94
|
Refactor code saving data
Move the code dealing with saving and loading data to server/database to
gather it all up into one place.
|
2025-03-05 18:41:47 +01:00 |
|
|
d8a31db44d
|
Handle event streams being cancelled
h3 doesn't correctly handle unexpected stream closures, bypass h3 and
operate directly on the Node.js ServerResponse object to handle them.
|
2025-03-05 16:02:26 +01:00 |
|
|
250ca9a1ac
|
Port application from Next.js to Nuxt
Nuxt is based on Vue.js and I find their building blocks to be much
neater compared to the React based Next.js.
|
2025-03-05 15:36:50 +01:00 |
|