Skip to content

seamapi/nextjs-health-endpoint-module

Repository files navigation

NextJS Health Endpoint Module

Installation

npm install @seamapi/nextjs-health-endpoint-module

Usage

import healthEndpoint from "@seamapi/nextjs-health-endpoint-module"

const server = await healthEndpoint({ port: 3030 })

// You can now call http://localhost:3030/health

server.close()

About

Simple NextJS Health Endpoint packaged as an NPM Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published