Pocketbase – open-source realtime back end in 1 file
51–60 of 211 posts
Re: Pocketbase – open-source realtime back end in 1 file
#52I've been trying out Pocketbase on a side project idea. I'm super impressed! Having worked for many years on Django projects, Pocketbase seems like a perfect fit for those small to medium sized projects for which you don't want to create and maintain a traditional backend for. Happy to answer any questions.
Re: Pocketbase – open-source realtime back end in 1 file
#53Whats special about this one?
Being a single file binary doesnt impress me; thats true of many projects in many langauges.
It seems nice you can use it as a go framework if you happen to use go, but Im not really compelled by the “it doesn't scale at all” aspects of it.
Someone whos used some other similar stuff comment on why this over any of the others, eg. self hosted superbase?
Re: Pocketbase – open-source realtime back end in 1 file
#54I've been trying out Pocketbase on a side project idea. I'm super impressed! Having worked for many years on Django projects, Pocketbase seems like a perfect fit for those small to medium sized projects for which you don't want to create and maintain a traditional backend for. Happy to answer any questions.
Re: Pocketbase – open-source realtime back end in 1 file
#55For those unfamiliar: this is a backend server you can configure via a GUI, so you can get a working backend with little or no code. It’s great for quick prototypes, MVPs, and simple apps. The concept was popularized by Firebase.
Re: Pocketbase – open-source realtime back end in 1 file
#56I can vibe code this in rust in a day most
Kind of like people said they could write airbnb or dropbox's software in a weekend. Sure, you can approximate it, but there's a bit of soul and momentum and history there that makes it more than a repository of code and gives it a unique capacity and potential all its own.
Re: Pocketbase – open-source realtime back end in 1 file
#57Trailbase is the same concept, but written in Rust instead of Go.
https://trailbase.io/getting-started/first-ui-app/#custom-en...
Re: Pocketbase – open-source realtime back end in 1 file
#58If anyone has already done this and can share their experience, I would love to hear about it!
Re: Pocketbase – open-source realtime back end in 1 file
#59The hooks are great, even relatively complex things like spinning up infrastructure is easy (https://pocketbase.io/docs/go-event-hooks/)