/partypoll

A real-time polling application built with Next.js and PartyKit

Primary LanguageTypeScript

PartyKit is an open source platform for developing multiplayer, real-time applications.

This is a PartyKit project using Next.js.

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