PartyKit

Open-source platform for collaboration
GitHub
4.73k
Created 2 years ago, last commit 2 months ago
63 contributors
1.01k commits
Stars added on GitHub, month by month
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
Stars added on GitHub, per day, on average
Yesterday
+2
Last week
+1.1
/day
Last month
+1.9
/day
Last 12 months
+3.3
/day
npmPackage on NPM
partykit
0.0.111
Monthly downloads on NPM
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
README
image

npm beta Discord License

PartyKit simplifies developing multiplayer applications.

With PartyKit, you can focus on building multiplayer apps or adding real-time experiences to your existing projects with as little as one line of code. Meanwhile, PartyKit will handle operational complexity and real-time infrastructure scaling.

Documentation

Go to docs.partykit.io for documentation, guides and examples.

Quick start

Note: to run PartyKit, you need to have Node v. 17 or higher installed.

You can create a PartyKit project by running:

npm create partykit@latest

This will ask a few questions about your project and create a new directory with a PartyKit application, that includes a server and a client.

Alternatively, you can add PartyKit to your existing project using the following command in the project's root directory:

npx partykit@latest init

From inside the directory, you can then run npm run dev to start the development server. When you're ready, you can deploy your application on to the PartyKit cloud with npm run deploy.

Developers

Community and support

  • GitHub issues to report bugs 🐛
  • Discord to ask questions, share your ideas and feedback, and help us celebrate your PartyKit projects 💕
  • Twitter to say "hi" and get the freshest updates!

Contributing

We encourage contributions to PartyKit. If you're interested in contributing or need help or have questions, please join us in our Discord.

License

PartyKit is MIT licensed.