-
Notifications
You must be signed in to change notification settings - Fork 0
Redish Technical Documentation
Andreas Kraus edited this page Oct 7, 2023
·
7 revisions
- single page web application
- mobile first
| Layer | Framework/Library |
|---|---|
| Game Engine | ? |
| Frontend | ? |
| Server-Client-Communication | Swagger (RESTful API), Websockets |
| Backend | NestJs |
| Backend-DB-Connection | ? |
| Database | ? |
Suggestions:
- Game Engine: p5js, D3.js, two.js, pts.js, Zdog
- Server-Client-Communication: OpenAPI (NestJS)
- Frontend: React, Svelte, Vue, Angular
- Database: Postgres, Oracle, MySQL, ?
mobile, tablet, desktop, all touch/click
| Breakpoint name | size requirement |
|---|---|
| breakpoint-small | min 280px |
| breakpoint-medium | min 768px |
| breakpoint-large | min 1024px |
| breakpoint-xlarge | min 1920px |