Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. script(type="text/javascript"). // a point at the end of the line
  2. var chatbox = document.getElementById("chatbox');
  3. var BASE_URL = '#{BASE_URL}' //Pass some environment variable
  4. var socket = io.connect(BASE_URL)
Add Comment
Please, Sign In to add comment