Skip to content

javadshoja/UFO-chat

Repository files navigation

👽 Next.js Chat Application with Socket.io

Project combine next.js custom-server-express with custom-server-typescript examples to create express socket server.

Getting Started

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