Connecting Our First WebSocket
Understand the limits of WebSocket by creating its first application with Phoenix.
We'll cover the following...
Create a WebSocket connection
To get up and running quickly, we’re going to leverage Phoenix’s initial project scaffold. This course will let us write and run code on the go, but if we want to follow along locally, this is a good time to go to the ...