Using anycable-go as a library
You can use AnyCable-Go as a library to build custom real-time applications.
Read "AnyCable off Rails: connecting Twilio streams with Hanami" to learn how we've integrated Twilio Streams with a Hanami application via AnyCable-Go.
Why building a WebSocket application with AnyCable-Go (and not other Go libraries)?
- Connect your application to Ruby/Rails apps with ease by using AnyCable RPC protocol.
- Many features out-of-the-box including different pub/sub adapters (including embedded NATS), built-in instrumentation.
- Bulletproof code, which has been used production for years.
To get started with an application development with AnyCable-Go, you can use our template repository: anycable-go-scaffold.