Skip to content
/ partykit Public
forked from partykit/partykit

PartyKit simplifies developing multiplayer applications

License

Notifications You must be signed in to change notification settings

OCA99/partykit

Repository files navigation

partykit

Everything's better with friends.

partykit is a software development kit for building "multiplayer" collaborative applications. You can use it with your existing web applications, or build new ones from scratch.

server

// server.ts
export default {
  connect(room, connection) {
    // called whenever a user join a room
  },
  disconnect(room, connection) {
    // called whenever a user leaves a room
  },
};

client

server

templates

About

PartyKit simplifies developing multiplayer applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.4%
  • Astro 9.7%
  • MDX 2.9%
  • JavaScript 1.3%
  • CSS 1.3%
  • SCSS 0.4%