|
18 | 18 | * [Signed streams](/anycable-go/signed_streams.md) |
19 | 19 | * [Reliable streams](/anycable-go/reliable_streams.md) |
20 | 20 | * [Presence](/anycable-go/presence.md) |
21 | | - * [Using with Ruby](/ruby/non_rails.md) |
| 21 | + * [REST API](/anycable-go/api.md) |
22 | 22 | * [JWT authentication](/anycable-go/jwt_identification.md) |
23 | 23 |
|
24 | 24 | * AnyCable <img class='pro-badge' src='/assets/pro.svg' alt='pro' /> |
|
30 | 30 | * [Long polling](/anycable-go/long_polling.md) |
31 | 31 | * [OCPP support](/anycable-go/ocpp.md) |
32 | 32 |
|
| 33 | +* Protocols |
| 34 | + * [Server-sent events](/anycable-go/sse.md) |
| 35 | + * [Pusher](/anycable-go/pusher.md) |
| 36 | + * [Durable Streams](/anycable-go/durable_streams.md) |
| 37 | + * [Long polling](/anycable-go/long_polling.md) |
| 38 | + * [OCPP support](/anycable-go/ocpp.md) |
| 39 | + |
33 | 40 | * Deployment |
34 | 41 | * [Heroku](/deployment/heroku.md) |
35 | 42 | * [Fly.io](/deployment/fly.md) |
|
52 | 59 |
|
53 | 60 | * Libraries |
54 | 61 | * Ruby/Rails |
| 62 | + * [Non-Rails usage](/ruby/non_rails.md) |
55 | 63 | * [CLI](/ruby/cli.md) |
56 | 64 | * [Configuration](/ruby/configuration.md) |
57 | 65 | * [HTTP RPC](/ruby/http_rpc.md) |
|
70 | 78 | * [Getting started](/anycable-go/getting_started.md) |
71 | 79 | * [Configuration](/anycable-go/configuration.md) |
72 | 80 | * [AnyCable RPC](/anycable-go/rpc.md) |
73 | | - * [Server-sent events](/anycable-go/sse.md) |
74 | 81 | * [Broker deep dive](/anycable-go/broker.md) |
75 | 82 | * [Pub/sub (node-node)](/anycable-go/pubsub.md) |
76 | 83 | * [Instrumentation](/anycable-go/instrumentation.md) |
77 | 84 | * [Health checking](/anycable-go/health_checking.md) |
78 | 85 | * [Tracing](/anycable-go/tracing.md) |
79 | | - * [Pusher support](/anycable-go/pusher.md) |
80 | 86 | * [OS Tuning](/anycable-go/os_tuning.md) |
81 | 87 | * [Signed streams (Hotwire / Cable Ready)](/anycable-go/signed_streams.md) |
82 | 88 | * [Embedded NATS](/anycable-go/embedded_nats.md) |
|
0 commit comments