An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

## Feathers Playground



Feathers logo





Open in StackBlitz
Open in CodeFlow

Replit



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:

[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/feathersjs/feathers-chat)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/feathersjs/feathers-chat)
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/feathersjs/feathers-chat)
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/feathersjs/feathers-chat)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/feathersjs/feathers-chat)