Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`

Awesome Lists containing this project

README

        

# go-bridge

Bridge for `@vercel/go`.

## Usage

```go
package main

import (
"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.