I am making an application in Node.js showing me messages sent from a Django application for this use Socket.io and Node.js, I have a URL that is to listen to messages "http ://localhost:8080/listening_posts" and I join a room. And I have another url that is sent from Django, the message is sent by GET, the URL is "http ://localhost:8080/send_messages/room_name/message". I want to write a module with GET Node.js, so that when the message gets to be displayed in the browser as JavaScript from Django not running at the time of the GET request.