Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slavikdenis/partykit-vite-react
Vite with React & PartyKit
https://github.com/slavikdenis/partykit-vite-react
partykit react vite
Last synced: about 1 month ago
JSON representation
Vite with React & PartyKit
- Host: GitHub
- URL: https://github.com/slavikdenis/partykit-vite-react
- Owner: slavikdenis
- License: mit
- Created: 2023-10-18T13:35:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T14:36:44.000Z (11 months ago)
- Last Synced: 2024-11-29T10:54:31.564Z (about 1 month ago)
- Topics: partykit, react, vite
- Language: TypeScript
- Homepage: https://partykit-vite-react.slavikdenis.partykit.dev/
- Size: 317 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PartyKit + React + Vite
### Demo: https://partykit-vite-react.slavikdenis.partykit.dev
Welcome to the party, pal!
This template provides a minimal setup to get PartyKit & React working in Vite with HMR and some ESLint rules.
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.
You can start developing by running `npm run dev`. 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).