What web oriented language would work best with binary data?

Posted by Qqwy on Programmers See other posts from Programmers or by Qqwy
Published on 2011-11-27T22:24:41Z Indexed on 2011/11/28 2:02 UTC
Read the original article Hit count: 230

I want to create a service where people can upload files. However, since file storage costs money, I want to compress the files so they take less space. I would want to write my own compression algorithm, however, PHP doesn't have good ways to handle binary data (which is needed for many compression algorithms). So I wondered, what would be a better language to create such a website in?

I have knowledge of PHP (and Javascript, HTML and CSS) but no experience with other things like Ruby, Perl, Python, and other web development languages.

© Programmers or respective owner

Related posts about web-development

Related posts about php