Cassini is now on github.
Posted by Justin on April 5th, 2010 filed in Just A Programmer
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.
One Response to “Cassini is now on github.”
Leave a Comment
You must be logged in to post a comment.
April 6th, 2010 at 8:29 am
[...] This post was mentioned on Twitter by Justin Dearing. Justin Dearing said: Blog post where I talk about my changes to Cassini available on github http://bit.ly/bG2hrs [...]