Live data from Hacker News

Pocketbase: Open-source back end in one file

pocketbase.io

1–10 of 151 posts

Re: Pocketbase: Open-source back end in one file

#2
I have been following PocketBase since its early day - what I absolutely love about this project is how it actively tries to avoid complexity and focuses on simple yet minimalist approach. Moreover, the ease of deployment by simply uploading a single binary on the server makes it even more attractive.

After they introduced Javascript support in the backend - I feel it became a serious contender to challenge Remix, Next.js etc. frameworks.

Looking forward to v1

Re: Pocketbase: Open-source back end in one file

#4

I have been following PocketBase since its early day - what I absolutely love about this project is how it actively tries to avoid complexity and focuses on simple yet minimalist approach. Moreover, the ease of deployment by simply uploading a single binary on the server makes it even more attractive. After they introduced Javascript support in the backend - I feel it became a serious contender to challenge Remix, Ne…

I use PocketBase for mostly everything where I need a back end now. I came across a situation where I needed to write a custom SQL join (technically I could have just fetched all the data and done it in Node, I suppose).

I was shocked at how easy it was to write the query even inserting URL parameters and selecting based on the authenticated user only.

Fully recommend for basically everything. Great app. Not sure it would replace Next or Remix, but definitely add to the stack to simplify.

Re: Pocketbase: Open-source back end in one file

#5
post #4

I have been following PocketBase since its early day - what I absolutely love about this project is how it actively tries to avoid complexity and focuses on simple yet minimalist approach. Moreover, the ease of deployment by simply uploading a single binary on the server makes it even more attractive. After they introduced Javascript support in the backend - I feel it became a serious contender to challenge Remix, Ne…

I use PocketBase for mostly everything where I need a back end now. I came across a situation where I needed to write a custom SQL join (technically I could have just fetched all the data and done it in Node, I suppose). I was shocked at how easy it was to write the query even inserting URL parameters and selecting based on the authenticated user only. Fully recommend for basically everything. Great app. Not sure it…

Interesting! I haven't made anything serious yet with the PocketBase (mostly due to lack of time & not anything to do with PB).

I'm curious to know what kind of projects did you build using PB and how was your development experience?

Re: Pocketbase: Open-source back end in one file

#6
Have been using pocketbase in production for a mobile app for a couple of month now and so far it was a _very_ pleasent experience. Together with the JS SDK it is now my go to backend framework for everything where I don't need specialized libraries (like ML stuff etc.)

Re: Pocketbase: Open-source back end in one file

#7

I have been following PocketBase since its early day - what I absolutely love about this project is how it actively tries to avoid complexity and focuses on simple yet minimalist approach. Moreover, the ease of deployment by simply uploading a single binary on the server makes it even more attractive. After they introduced Javascript support in the backend - I feel it became a serious contender to challenge Remix, Ne…

it actively tries to avoid complexity

Sounds refreshing.

Post reply on HN