#websockets
Read more stories on Hashnode
Articles with this tag
npx create-next-app chat-app Setup websocket npm install socket.io create > socket.io file in > pages/api/ // socket.js import { Server } from...