mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 01:24:49 +03:00
.. | ||
hackathon-submissions | ||
streaming | ||
thoughts | ||
todo-typescript | ||
tutorials | ||
waspello | ||
waspleau | ||
websockets-realtime-voting | ||
README.md |
Example Wasp apps
Here's a list of all officially maintained Wasp example apps! Most of these apps are relatively small, and each one demonstrates several of Wasp's interesting features.
The tutorials directory contains Wasp tutorial apps.
-
todo-typescript
-
waspello
-
hackaton-submissions
-
waspleau
- A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
- Demonstrates: jobs, analytics
-
thoughts
- A simple note-taking app organized around the concept of hashtags.
- Demonstrates: db seeding, auth, rpc, Wasp TS config .
-
streaming
- Demonstrates: http streaming, api
-
websockets-realtime-voting
- Demonstrates: web sockets, auth, voting system