Partypoll
A real-time polling application built with Next.js and PartyKit
Install / Use
/learn @partykit/PartypollREADME
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
Getting Started
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.
Learn more
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
