DHH 在 twitter 上分享了 hey.com 的技术栈以及 Gemfile
Stack:
- Vanilla Ruby on Rails on the backend, running on edge
- Stimulus, Turbolinks, Trix + NEW MAGIC on the front end
- MySQL for DB (Vitess for sharding)
- Redis for short-lived data + caching
- ElasticSearch for indexing
- AWS/K8S
Gemfile
https://gist.github.com/dhh/782fb925b57450da28c1e15656779556
原推里还有关于项目管理、k8s、客户端等细节讨论,很值得阅读。