For a web application I want to be able to handle numbers up to 64 bits in size. During testing, I found that javascript (or the browser as a whole) seems to handle as much
I think you need to treat them as strings if you have reached Javascript limit (see here)