0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/runtime_tests
Shotaro Nakamura 47f5c545f2
feat: Introduce WebSocket Helper / Adapter (#2265)
* feat: Add WebSocket API

* chore: format code

* chore: denoify

* feat: remove `bun-types`

* fix(ws): Cloudflare workers

* feat(ws): Add Deno Adapter

* fix(ws): Add Deno exports to package.json

* feat: test code

* chore: denoify

* chore: format code

* fix: eslint

* chore: createBunWebSocket to createWebSocket

* chore: able to import from index.ts

* feat: add workers test

* feat: add deno test

* typo: `normalizedReceiveData`

* refactor: change way to discrimination client type

* fix: bypass test

* fix: format code and bypass test

* fix: forget to delete `console.log` for debug

* feat(ws): remove `hono/ws/{adapter}` import
2024-03-05 22:04:04 +09:00
..
bun feat: Introduce WebSocket Helper / Adapter (#2265) 2024-03-05 22:04:04 +09:00
deno fix(serve-static): support extensionless files and refactor (#2260) 2024-02-24 22:38:39 +09:00
deno-jsx fix(deno/jsx-precompile): use html() tag function if value is a promise (#2283) 2024-02-28 17:13:45 +09:00
fastly test: Use vitest for fastly compute testing (#1828) 2023-12-17 21:17:18 +09:00
lambda chore(lint): set curly rule as all (#2112) 2024-01-29 22:21:09 +09:00
lambda-edge refactor(test): change to not use env command (#2062) 2024-01-23 17:07:31 +09:00
node refactor(test): change to not use env command (#2062) 2024-01-23 17:07:31 +09:00
wrangler