Installation
Install @ravex/server and its peer dependencies.
Installation
Package Managers
pnpm add @ravex/servernpm install @ravex/serveryarn add @ravex/serverPeer Dependencies
@ravex/server has the following peer dependencies (usually already present in your project):
socket.iosocket.io-adapter(if using a custom adapter)
These are installed automatically in most cases.
TypeScript
The package ships with full TypeScript declarations. No extra steps required.
Next Steps
- Quick Start — Get a server running in under a minute
- Framework Integrations — Use with Express, Fastify, NestJS, etc.