is-it-over
is-it-over copied to clipboard
It's so over. No wait, we're back.
🎈 is-it-over
I made this in like 5 minutes ok so don't look at the code too closely
https://is-it-over.jevakallio.partykit.dev/
What's in there
server.ts
is the server-side code, which is responsible for handling WebSocket events and HTTP requests. client.ts
is the client-side code, which connects to the server and listens for events.
You can start developing by running npm run dev
and opening http://localhost:1999 in your browser. When you're ready, you can deploy your application on to the PartyKit cloud with npm run deploy
.
Refer to our docs for more information: https://docs.partykit.io. For more help, reach out to us on Discord, GitHub, or Twitter.