Merge pull request #3 from serujin/patch-1 2933e521
Steve Simkins · 2025-06-07 09:41 1 file(s) · +1 −1
docs/pages/packages/server.mdx +1 −1
2 2
3 3
# `server`
4 4
5 -
This package lets us build an API or connect databases and other tools that require a server enviornment. bhvr uses [Hono](https://hono.dev) to power the API as it's simple, easy to use, and has a lot of ecosystem plugins and adoption. It's similar to express but lighter and more modern.
5 +
This package lets us build an API or connect databases and other tools that require a server environment. bhvr uses [Hono](https://hono.dev) to power the API as it's simple, easy to use, and has a lot of ecosystem plugins and adoption. It's similar to express but lighter and more modern.
6 6
7 7
:::tip
8 8
Check out the [official Hono documentation](https://hono.dev) for a full reference