Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import { Socket } from "phoenix";
  2. import LiveSocket from "phoenix_live_view";
  3.  
  4. let liveSocket = new LiveSocket("/live", Socket);
  5. liveSocket.connect();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement