Socket.io real-time server gateway and event handler extension for Skalfa backend services.
This package is part of the Skalfa Framework, a premium development ecosystem designed to build high-performance, modular web applications and APIs.
🔒 Skalfa Ecosystem Integration: This package is designed to run integrated within the Skalfa ecosystem (such as Skalfa API or Skalfa App). It relies on the global service registry and core framework abstractions to operate.
See the usage documentation at Documentation.
You can install this package using your preferred package manager:
# Using npm
npm install @skalfa/skalfa-socket
# Using bun
bun add @skalfa/skalfa-socketThe following key dependencies are packaged and managed within this project:
| Dependency | Scope | Version |
|---|---|---|
socket.io |
runtime | ^4.7.5 |
@skalfa/skalfa-api-core |
runtime | file:../skalfa-api-core |
@types/node |
development | ^26.0.0 |
typescript |
development | ^6.0.3 |
This package is licensed under the MIT License. For full license text, see the LICENSE file.
