Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jokester/fullstack-playground

A playground to try different tech stacks (see readme for demo sites)
https://github.com/jokester/fullstack-playground

Last synced: 13 days ago
JSON representation

A playground to try different tech stacks (see readme for demo sites)

Awesome Lists containing this project

README

        

# fullstack-playground
---

Playground of different tech stacks

## Sub Projects

- [client-web/](client-web): demo web client
- [demo](https://client-demo.jokester.io/)

- [server-scala/stateless-akka-http/](server-scala/stateless-akka-http/)
- stateless http/websocket server. build on akka-http
- [demo: message-sink](https://client-demo.jokester.io/message-sink)

- [server-scala/stateless-openapi/](server-scala/stateless-openapi/)
- stateless OpenAPI server with [tapir](https://github.com/softwaremill/tapir)

- [server-scala/stateless-openapi/](server-scala/stateless-openapi/)
- [demo: todo-list](https://client-demo.jokester.io/todo-list)
- stated OpenAPI server with [tapir](https://github.com/softwaremill/tapir)
- DB layer: [quill](https://github.com/getquill/quill) / PostgreSQL
- GraphQL query server [hasura](https://hasura.io)
- see [staging](staging/) for deployed exampled