@linebridge/engine-neo
v1.0.7
Published
Readme
@linebridge/engine-neo
The official, high-performance HTTP and WebSocket engine for Linebridge, built on top of uWebSockets.js.
Installation
npm install @linebridge/engine-neoUsage
This engine is automatically loaded by the Linebridge framework when useEngine is set to "neo" (the default).
To get full TypeScript inference, add the following to your env.d.ts file:
import "@linebridge/engine-neo"License
This project is licensed under the MIT License.
It includes software developed by uNetworking AB and uWebSockets.js contributors, which is licensed under the Apache License 2.0. See the LICENSE file for more details.
