Can we push the backend to cloudflare workers if I use NodeJS #2629
Closed
VamsiPunnaReddy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`import { serve } from '@hono/node-server'
import { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) => c.text('Hello Node.js!'))
serve(app)`
Beta Was this translation helpful? Give feedback.
All reactions