Gathering detailed insights and metrics for partykit
Gathering detailed insights and metrics for partykit
Gathering detailed insights and metrics for partykit
Gathering detailed insights and metrics for partykit
npm install partykit
partykit@0.0.111
Published on 26 Sept 2024
y-partykit@0.0.32
Published on 25 Aug 2024
partykit@0.0.110
Published on 23 Aug 2024
partykit@0.0.109
Published on 23 Aug 2024
y-partykit@0.0.31
Published on 25 Jul 2024
y-partykit@0.0.30
Published on 25 Jul 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
4,724 Stars
1,011 Commits
158 Forks
27 Watching
31 Branches
60 Contributors
Updated on 28 Nov 2024
TypeScript (84.38%)
Astro (9.65%)
MDX (2.88%)
JavaScript (1.34%)
CSS (1.29%)
SCSS (0.43%)
HTML (0.02%)
Cumulative downloads
Total Downloads
Last day
-2.5%
3,416
Compared to previous day
Last week
-4.8%
20,329
Compared to previous week
Last month
-3.1%
90,369
Compared to previous month
Last year
794.9%
715,532
Compared to previous year
46
1
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.
Go to docs.partykit.io for documentation, guides and examples.
Note: to run PartyKit, you need to have Node v. 17 or higher installed.
You can create a PartyKit project by running:
1npm 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:
1npx 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
.
/apps/docs
/apps/docs/src/content/docs/examples
./apps/docs/src/content/docs/reference
./apps/docs/src/content/docs/guides
/apps/blog
We encourage contributions to PartyKit. If you're interested in contributing or need help or have questions, please join us in our Discord.
PartyKit is MIT licensed.
No vulnerabilities found.
No security vulnerabilities found.