tamilv
Results
1
comments of
tamilv
// Add Web Socket Configuration await app.register(require('@fastify/websocket'), { options: { maxPayload: 1048576, server: app.server }, }); it is working well in local. once I deployed and configured SSL then it...