Cassini is now on github.
This weekend I created a github repository for Cassini, the small, single executable, Ms-PL web server which Microsoft released for developers. This was motivated by my SVG experiments, because Cassini does not serve svg files with the proper content type.
I coded a simple workaround to set the mime type and wanted to give it back to the community. While there are two codeplex projects with Cassini enhancements, Cassini++ and CassiniDev, I felt github was the place to host Cassini changes. There are a multitude of small enhancements that have been made to Cassini, and Cassini is not the sort of project that works well with strong central leadership.
Currently the version of Cassini available in my github repo sports the following features:
- Everything in standard Cassini v3.5.0.2, The lastest version from Dmitry Robsman’s blog
- SVGs are sent with the proper mime type. This is the itch that inspired this fork. I have a feeling that there is a better way to it, but no one on stackoverflow provided an answer to my question.
- The ability to optionally serve remote urls. Thanks to vzelenko for making his changes available.
I’m hoping that hosting my changes on github will foster the sharing of Cassini enhancements. I will reach out to both Cassini projects on codeplex and let them know of my changes so that can incorporate them into their projects.
Pingback: Justin Dearing
Pingback: Tweets that mention Just A Programmer » Cassini is now on github. -- Topsy.com