Show HN: Textdb.dev – simple data sharing for fun projects
1–10 of 79 posts
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#2Favorite part of the project: trying out Phoenix's built in pub sub + live view (the live view subscribes to a data/:id topic, which the api write endpoint publishes to) to get that nice instant update on write if you have the data open in the browser without polling.
It's also fun to see how fast it syncs multiple browser windows watching the same data when you edit it in one window. That's not useful, but I give it 1 "neat".
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#3BTW, the front page's HTML seems to have a and inside another .
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#4Made because I couldn't find a simple, no-sign-up service to sync a list of names for a command line tool. And resubmitted because yesterday I goofed and the curl commands listed didn't point to the right location, which really took the fun out of it. Favorite part of the project: trying out Phoenix's built in pub sub + live view (the live view subscribes to a data/:id topic, which the api write endpoint publishes to…
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#5Hi, is the source code available? :) BTW, the front page's HTML seems to have a and inside another .
Yeah I'm not sure why it's doing that, v annoying though
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#6Re: Show HN: Textdb.dev – simple data sharing for fun projects
#7Made because I couldn't find a simple, no-sign-up service to sync a list of names for a command line tool. And resubmitted because yesterday I goofed and the curl commands listed didn't point to the right location, which really took the fun out of it. Favorite part of the project: trying out Phoenix's built in pub sub + live view (the live view subscribes to a data/:id topic, which the api write endpoint publishes to…
That's pretty cool! Are you doing anything like rate-limiting to prevent abuse?
Re: Show HN: Textdb.dev – simple data sharing for fun projects
#8Re: Show HN: Textdb.dev – simple data sharing for fun projects
#9Manually editing data has a bug. If you click cancel it will still update the value.