Commit f76ce59
committed
Add Railway deployment guide
Covers deploying AnyCable-Go + Rails on Railway with:
- HTTP broadcasting over private networking (no Redis)
- JWT authentication for cross-domain WebSocket
- Turbo Streams + importmap-rails setup with vendored JS
- Presence indicator example
- Railway CLI commands alongside dashboard instructions
- Troubleshooting for common pitfalls (CSP, version pinning,
signed stream verifier key load order, broadcast port)1 parent 7429f95 commit f76ce59
3 files changed
Lines changed: 409 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments