PartyKit is an open source platform for developing multiplayer, real-time applications.
This is a PartyKit project using Next.js.
- Live Next.js site on Vercel
- Step-by-step tutorial on PartyKit Docs
- Talk about the app from 2023 Next.js Conf
First, run the development server:
npm install
npx partykit dev
npm run dev
This will start the PartyKit development server at port 1999, and a Next.js development server at port 3000.
Open http://localhost:3000 with your browser to see the result.
Read our step-by-step tutorial on PartyKit Docs, including instructions to deploy your application to PartyKit and Vercel. You can also follow a video tutorial