I want to create a 'mini server' for me to use on my site (tumblr), for real communication with my visitors and one way to do this is to use ajax requests. When the site loads, it requests a JSON file, when I receive this file the request is made again and so on. When I update the JSON file, the site gets it almost immediately, so the data will be updated for the visitors.
I have doubts about doing this, I do not know if it can crash the site, get a lot of internet or have some bad effect. Do you think I can do this or is there any better way?