feat: adding platform-uws
ℹ️ Overview
Replaces the httpServer with UWS and overrides IoAdapter in @nestjs/platform-socket.io.
🤔 Reasoning
-
UWShas a much lower memory footprint -
socket.io reintroduced
UWSin v4 (it's back again!) - Performance is allegedly "8x that of fastify and at least 10x that of socket.io"
🦋 Changeset detected
Latest commit: 8319facb7c9da4d78756f1875735ab6b375264da
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @nest-lab/platform-uws | Major |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
When you're ready to add this to the deploy pipeline, add a changeset by running pnpm changeset and following the wizard. Initially set the package version to 0.0.0 and choose major for first release
Ignore the CI failures, it's cause of the branch's origin
Do you have any tests for this package as well? To show it's working as intended?