The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music.
Yes, I'm using Express for a couple of small web projects (nothing fancy), and finding it very useful.
On a related noted, I'd be interested in your opinion regarding the best modules for delivering static content, whether via Express or standard Node server. I've tried quite a few, and almost all of them have the same annoying defect - they use file extensions to guess MIME types, but don't match case correctly. Thus, a .jpg file is an image, while .JPG is unknown binary content. Easily fixed, but it's astonishing that none of them get this right...
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
Yes, I'm using Express for a couple of small web projects (nothing fancy), and finding it very useful.
On a related noted, I'd be interested in your opinion regarding the best modules for delivering static content, whether via Express or standard Node server. I've tried quite a few, and almost all of them have the same annoying defect - they use file extensions to guess MIME types, but don't match case correctly. Thus, a .jpg file is an image, while .JPG is unknown binary content. Easily fixed, but it's astonishing that none of them get this right...
Reply To This Comment