type this into the browsers console: setInterval(function () { $.post('/node/hello_world/message', { message: 'lol' }); }, 1);
type this into the browsers console: setInterval(function () { $.post('/node/hello_world/message', { message: 'lol' }); }, 1);