Skip to content

Proof of concept for handling HTTP calls NodeJS ExpressJS with Go ServeHTTP

License

Notifications You must be signed in to change notification settings

szekelyszilv/http-nodejs-to-golang

Repository files navigation

HTTP calls from NodeJS to Golang

Contents

src/index.ts

ExpressJS server and handler for incoming calls.

napi/gohandler/src/addon.cc

NodeJS N-API interop package.

cmd/gohandler/main.go

HTTP Handler CGO export.

internal/handlers/handlers.go

Go http ServeHTTP handler.

About

Proof of concept for handling HTTP calls NodeJS ExpressJS with Go ServeHTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published