Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.96 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.96 KB

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.

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

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

A performance tracking project with similar apps re-implemented in different frameworks.

Other Resources