Project combine next.js custom-server-express with custom-server-typescript examples to create express socket server.
First, Install dependencies:
npm install
Run development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Build production server:
npm run build