https://github.com/davidkpiano/weatherboard
https://github.com/davidkpiano/weatherboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidkpiano/weatherboard
- Owner: davidkpiano
- Created: 2023-10-11T23:16:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T11:41:16.000Z (over 1 year ago)
- Last Synced: 2025-04-18T18:33:17.386Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://leaderboard.davidkpiano.partykit.dev
- Size: 48.8 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🌦 Weatherboard
You're coming to this party, weather you like it or not!
## [leaderboard.davidkpiano.partykit.dev](https://leaderboard.davidkpiano.partykit.dev)
---
This is a [Partykit](https://partykit.io) project, which lets you create real-time collaborative applications with minimal coding effort.
[`server.ts`](./src/server.ts) is the server-side code, which is responsible for handling WebSocket events and HTTP requests. [`client.ts`](./src/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](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://github.com/partykit/partykit/blob/main/README.md. For more help, reach out to us on [Discord](https://discord.gg/g5uqHQJc3z), [GitHub](https://github.com/partykit/partykit), or [Twitter](https://twitter.com/partykit_io).