Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
n1ru4l
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
133 ms
·
1.
▲
by
n1ru4l
4y ago
You could also implement live queries using polling and the E-Tag, If-None-Match header ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If... ). We experimented with something similar on a
2.
▲
by
n1ru4l
4y ago
There are even more implementations of live queries available by now. e.g. https://github.com/samsarahq/thunder (go) or https://github.com/n1ru4l/graphql-live-query (JavaScript).
3.
▲
by
n1ru4l
4y ago
Had a lot of fun collaborating with you on the supabase pg_graphql example, which of course is a HackerNews clone! https://github.com/supabase-community/supabase-graphql-examp...