https://github.com/feathersjs/playground
Feathers 🕊️ starter demo sandbox
https://github.com/feathersjs/playground
Last synced: 10 days ago
JSON representation
Feathers 🕊️ starter demo sandbox
- Host: GitHub
- URL: https://github.com/feathersjs/playground
- Owner: feathersjs
- Created: 2022-07-03T20:34:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T19:16:46.000Z (4 months ago)
- Last Synced: 2025-06-10T17:28:34.822Z (16 days ago)
- Homepage:
- Size: 350 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Feathers Playground
Experimental projects for learning, research and demonstration purposes.
For **documentation** and generating projects see [Feathers Docs](https://dove.feathersjs.com/).
To see a full production app with oAuth, complete schemas, better TypeScript definitions, resolvers for all service events, SQL migrations, etc... Use
[Feathersjs/Feathers-Chat](https://github.com/feathersjs/feathers-chat)### [Feathers StackBlitz Starter](https://github.com/feathersjs/playground/tree/template-starter)
This is a minimal project with:
- A real-time chat app and server
- Gratuitus comments
- Optimizations for WebContainers
- Introductory demonstrations for most Feathers concepts
- Less than ~10 files of user facing code
- Less than 500 of code total
- 5 second cold boot times### [Benchmarks](https://github.com/feathersjs/playground/tree/benchmarks)
A performance tracking project with similar apps re-implemented in different frameworks.
## Other Resources
- [Join us on Discord](https://discord.gg/qa8kez8QBx)
- [Join us on Twitter](https://twitter.com/feathersjs)
- [Star us on GitHub](https://github.com/feathersjs/feathers)## 🌏 Open in Other Cloud IDEs
Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine:
[](https://glitch.com/edit/#!/import/github/feathersjs/feathers-chat)
[](https://codespaces.new/feathersjs/feathers-chat)
[](https://githubbox.com/feathersjs/feathers-chat)
[](https://app.codeanywhere.com/#https://github.com/feathersjs/feathers-chat)
[](https://gitpod.io/#https://github.com/feathersjs/feathers-chat)