Tiny Socket.io demo

Based on Next.js13, Mantine, Socket.io, Zustand.

This repo implements a simple chat app with Socket.io and Next.js 13.
You can use npm run dev to access Next.js mock socket.io server to test the app locally.
Or use npm run prod to access the express server in the backend folder to test like the production scenario.