Skip to content

elysiajs/server-timing

Repository files navigation

@elysia/server-timing

Elysia Elysia plugin to integrate Server-Timing

Installation

bun add @elysia/server-timing

Example

import { Elysia } from 'elysia'
import { serverTiming } from '@elysiajs/server-timing'

new Elysia()
    .use(serverTiming())
    .get('/', () => 'hello')
    .listen(3000)

Please refers to the documentation on how to use the package

About

Plugin for Elysia for performance audit via server timing

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages