1 2 3 4 5 6 7 8 9 10 11
doctype html head script(src="/socket.io/socket.io.js") script | var socket = io() body #notifications h1 Hello man, ur n° #{id} script(src="./notifications.js")