Skip to content

Performance

ts
import { serverFactory, fastifyUws } from '@geut/fastify-uws';

const app = fastify({
  serverFactory,
});

app.register(fastifyUws);
import { serverFactory, fastifyUws } from '@geut/fastify-uws';

const app = fastify({
  serverFactory,
});

app.register(fastifyUws);

Released under the MIT License.