Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FotonTech/golden-stack
The Golden Stack - Foton Tech secrets and playground for bleeding edge concepts
https://github.com/FotonTech/golden-stack
Last synced: 8 days ago
JSON representation
The Golden Stack - Foton Tech secrets and playground for bleeding edge concepts
- Host: GitHub
- URL: https://github.com/FotonTech/golden-stack
- Owner: FotonTech
- License: mit
- Created: 2019-10-13T23:55:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:28:49.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:59:23.252Z (4 months ago)
- Language: TypeScript
- Homepage: https://golden-stack.now.sh/playground
- Size: 4.61 MB
- Stars: 128
- Watchers: 14
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# golden-stack
The Golden Stack - Foton Tech secrets and playground for bleeding edge concepts.
## Main features
- Server-side rendering (SSR) with [Razzle](https://github.com/jaredpalmer/razzle)
- [Relay](https://github.com/facebook/relay) with SSR
- Routing with [Found](https://github.com/4Catalyzer/found)## Server
- https://golden-stack.now.sh/graphql or https://golden-stack.now.sh/playground
## Project Structure
```tree
- packages/
- server/ (server using graphql)
- web-razzle/ (render web using SSR)
- web/ (render web using CSR)
```## Tech stack
- React
- React Native
- Relay
- GraphQL
- Node.js
- TypeScript
- MongoDB