Skip to content

elysiajs/node

Repository files navigation

@elysiajs/node

Adapter for elysia to use Elysia in Nodejs environment.

Installation

bun add @elysiajs/node

Example

import { Elysia } from 'elysia'
import { node } from '@elysiajs/node'

const app = new Elysia({ adapter: node() })
    .get('/', () => 'Hello Node!')
    .listen(3000)

About

Elysia Node Adapter

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •