Earlier quoted context omitted.
No.
Yah, I guess you could use WebRTC or some other way of exchanging messages now that I think about it.
Show HN: A text-only blog engine using Cloudflare workers and KV store
21–30 of 54 posts
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#22Earlier quoted context omitted.
Yah, I guess you could use WebRTC or some other way of exchanging messages now that I think about it.
You don't even need realtime. You can get away with just having people POST to a backend, updating a database and letting people refresh the page.
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#23Also Cloudflare KV provides a simple dashboard interface for adding and removing KV entries: https://gist.github.com/simonw/1e072d04960616970381a433bfca7...
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#24Now we need the equivalent thing for Durable Objects! Maybe a chat room, hm.
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#25I like Jon's example here, a single and fairly short file that does just enough to demo this all, nice.
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#26Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#27This is nice, apart from a quick play when they were new I've never really looked at CF Workers and KV again. This made me go and have a look at the docs and find that it's actually looks quite useful. I didn't know they'd added Python and other languages, so that's cool in itself. I like Jon's example here, a single and fairly short file that does just enough to demo this all, nice.
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#28I think what would be amazing is if WhatsApp creates a mobile number based website which anyone can access if they know the mobile number. Access through whatsapp mobile app.
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#29This is nice, apart from a quick play when they were new I've never really looked at CF Workers and KV again. This made me go and have a look at the docs and find that it's actually looks quite useful. I didn't know they'd added Python and other languages, so that's cool in itself. I like Jon's example here, a single and fairly short file that does just enough to demo this all, nice.
I'd have thought the SQLite database (D1) would be a more obvious fit for a blog?
But the maximum DB size is 10GB (https://developers.cloudflare.com/d1/platform/limits/).
Really?
Re: Show HN: A text-only blog engine using Cloudflare workers and KV store
#30Earlier quoted context omitted.
" Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something. " https://news.ycombinator.com/newsguidelines.html
[flagged]