Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created September 29, 2019 11:32
Show Gist options
  • Save neslinesli93/964be803c10252cb52ec89379a2f4b2d to your computer and use it in GitHub Desktop.
Save neslinesli93/964be803c10252cb52ec89379a2f4b2d to your computer and use it in GitHub Desktop.
Setup socket connection with Phoenix LiveView
import { Socket } from "phoenix";
import LiveSocket from "phoenix_live_view";
let liveSocket = new LiveSocket("/live", Socket);
liveSocket.connect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment