Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/go-bridge
Bridge for `@vercel/go`
https://github.com/vercel/go-bridge
go golang
Last synced: 27 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T22:26:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T13:01:21.311Z (about 1 month ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 19
- Watchers: 53
- Forks: 8
- 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.