honojs-middleware/packages/effect
nakasyou 918e783a24
fix(node-ws): make adapter uncrashable
2025-04-27 12:46:35 +09:00
..
src fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
CHANGELOG.md fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
README.md fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
package.json fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
tsconfig.build.json fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
tsconfig.json fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
tsconfig.spec.json fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00
vitest.config.ts fix(node-ws): make adapter uncrashable 2025-04-27 12:46:35 +09:00

README.md

Hello middleware for Hono

codecov

An example project of the third-party middleware for Hono. This middleware add X-Message header to the Response.

Usage

import { hello } from '@hono/hello'
import { Hono } from 'hono'

const app = new Hono()

app.use('*', hello('Hello!! Hono!!'))
app.get('/', (c) => c.text('foo'))

export default app

Author

Yusuke Wada https://github.com/yusukebe

License

MIT