Blogs

Record a Call in Ruby with Vonage Voice API WebSockets
The Vonage Voice API WebSockets feature recently left Beta status and became generally available. WebSockets allows you to create two-way communication over a single persistent TCP connection. You do not need to handle multiple HTTP requests and r...









Cable Ready - use websockets in Rails app without custom JavaScript
Cable Ready is a great addition for Action Cable, especially if you don't like to write JavaScript code to interact with your website's DOM in a real-time. It helps us to quickly write real-time applications that work out of the box.To demonstrate...