@elysiajs/node
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-alpha.0 • Public • Published

@elysiajs/node

This plugin is in an experimental state (under heavy development), and SHOULD NOT BE USED on production

Plugin for elysia using Elysia on NodeJS

Installation

bun add @elysiajs/node

Example

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

const app = new Elysia()
    .get('/', () => 'hi')
    .use(node(8080))

Package Sidebar

Install

npm i @elysiajs/node

Weekly Downloads

16

Version

0.0.0-alpha.0

License

MIT

Unpacked Size

16.6 kB

Total Files

8

Last publish

Collaborators

  • aomkirby123