https://github.com/vercel/go-bridge
Bridge for `@vercel/go`
https://github.com/vercel/go-bridge
go golang
Last synced: 6 months ago
JSON representation
Bridge for `@vercel/go`
- Host: GitHub
- URL: https://github.com/vercel/go-bridge
- Owner: vercel
- License: apache-2.0
- Created: 2020-03-28T21:53:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T22:26:53.000Z (over 2 years ago)
- Last Synced: 2025-01-15T00:24:40.355Z (6 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 21
- Watchers: 53
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# go-bridge
Bridge for `@vercel/go`.
## Usage
```go
package mainimport (
"net/http"
bridge "github.com/vercel/go-bridge/go/bridge"
)func main() {
bridge.Start(http.HandlerFunc(__NOW_HANDLER_FUNC_NAME))
}```
See [PR 3976](https://github.com/vercel/vercel/pull/3976) to see why this repo exists.