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

License

Stars

5 stars

Watchers

0 watching

Forks

Sponsor this project

 

Packages

 
 
 

Contributors