Tools, libraries and patterns used at Huddle
Huddle uses extensive list of open source libraries and tools, and I love it.
This is the list of things I discovered so far.
Server side
- Of course, .NET and C# for server-side language
- Castle Windsor for IoC
- Openrasta for api layer
- rabbitmq and msmq for messaging
- redis for cacheing
Client-side
- Knockout JS
- Crossroads.js for client-side navigation
- juicer for javascript and css packaging
- javascript mvc pattern
- jasmine for javascript testing
- Sublime Text 2 and sublime package control
scripting, build, ...
- ruby
- Powershell for build
- rake for build script
- Team city for build server
- TortoiseSvn, Git for source control
- Custom NuGet Hosting
Testing
- moq for mocking framework
- Machine.Specification (mspec)
- NUnit
Tools
- Fiddler for web debugging proxy
- Beyond Compare for file comparison
To be continued ...
Comments