Live data from Hacker News

Show HN: Textdb.dev – simple data sharing for fun projects

textdb.dev

11–20 of 79 posts

Re: Show HN: Textdb.dev – simple data sharing for fun projects

#15
post #10

Very cool. Are you using just cowboy as a server or do you have nginx/Apache in front?

nginx is in front, but it's just doing a proxy and setting some headers, so effectively cowboy's serving everything.

So far it's doing a great job too, CPU is at 2%, 1Gb free ram of the 4Gb available, and a pretty constant 1Mbps outward, on the 20$/m digital ocean droplet. I may have jinxed it by saying this though.

Re: Show HN: Textdb.dev – simple data sharing for fun projects

#16
post #5
post #3

Hi, is the source code available? :) BTW, the front page's HTML seems to have a and inside another .

Sure, I just made it public over here: https://github.com/bontaq/textdb Yeah I'm not sure why it's doing that, v annoying though

probably you have a layout bug. it's wrapping a layout within a layout.

Re: Show HN: Textdb.dev – simple data sharing for fun projects

#17
post #7
post #4

Earlier quoted context omitted.

That's pretty cool! Are you doing anything like rate-limiting to prevent abuse?

Thanks 8), rate limiting is just the most basic of nginx configs to like, 10 requests / second / ip

Oh nice, that sounds simple enough.
Post reply on HN