Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dswbx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dswbx
1y ago
Yes it can, a lot of people just choose a React fullstack framework, and it integrates specifically well inside those – so it's just a focus. But it can also be deployed using Docker, Bun, Node or Cloudflare Workers. There's an in
2.
▲
by
dswbx
1y ago
Thanks a lot Cam! :)
3.
▲
by
dswbx
1y ago
Yes, e.g. you can fully host it on Cloudflare using Workers, D1 and R2. There is an example in the repo and CLI starter to get started quickly (`npx bknd create -i cloudflare`)
4.
▲
by
dswbx
1y ago
bknd would be the "backend part" of your application, managing the schema, exposing REST APIs to access it, secure it, handling media uploads. The database (postgres, libsql, d1, etc.) is hosted as usual. Fullstack frameworks like
5.
▲
by
dswbx
1y ago
Yes, I agree, but it's really hard to find the right words. How would you describe it better? That bknd is "embeddable" doesn't mean it has to. Backends such as Supabase or Firebase run on separate deployments. Especiall
6.
▲
by
dswbx
1y ago
Since you can embed bknd into any stack, and you can hook into system events, there are plenty of options to customize authorization according to your needs.
7.
▲
by
dswbx
1y ago
Similar to Firebase it's multi-strategy based. You can use a combo of email/password or OAuth/OIDC (internally using https://github.com/panva/oauth4webapi ) – currently there are 2 pre-configured (Google,
8.
▲
Show HN: Bknd – Firebase alternative that embeds into any React stack
(github.com)
50 points
by
dswbx
1y ago
|
22 comments