Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohit1901/little-fern-party
Little Fern PartyKit Server
https://github.com/rohit1901/little-fern-party
css html partykit
Last synced: about 2 months ago
JSON representation
Little Fern PartyKit Server
- Host: GitHub
- URL: https://github.com/rohit1901/little-fern-party
- Owner: rohit1901
- Created: 2024-03-20T20:47:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T11:11:50.000Z (9 months ago)
- Last Synced: 2024-04-06T10:24:55.463Z (9 months ago)
- Topics: css, html, partykit
- Language: HTML
- Homepage: https://little-fern-party.rohit1901.partykit.dev/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎈 little-fern-party
Welcome to the party, pal!
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).