andy britcliffe

0 notes

5 simple ways sharpcloud can improve your business

We’ve launched a series of short videos showing some of the key use cases of sharpcloud to help solve key business problems such as:

  1. Visualize your business data - Go beyond Excel
  2. Capture and develop your knowledge - Go beyond sticky notes and white boards
  3. Communicate your plans to your business and customers - Go beyond Project
  4. Make an impact through dynamic presentations - Go beyond PowerPoint
  5. Connect people and knowledge - Give life and ‘context’ to your SharePoint content

Don’t forget you can sign up and try sharpcloud for yourself here

0 notes

node.js running natively on Windows Azure.

So node.js is hot and it’s been something I’ve been playing with for a while now in a purely kick the tyres type way. Now sharpcloud lives in a Windows Azure world and while we’ve been busy utilising amazing tools like Redis and MongoDB in our Azure production environment Node.js has been something that we’ve not been able to utilise as realistically it needed a native port to make use of IO completion ports to get the full node.js async goodness. 

So back in May Ryan Dahl (the creator of node.js) presented the future of node.js and in it was a view to bringing a native version of node.js onto windows. Obviously this was exciting news but it was unclear what the timeframe would be so I withheld too much joy :-) …then I saw this post indicating Microsoft were aiding in the effort which increased my excitement (geeky I know). 

Jump forward a few weeks and low and behold an unstable v.0.5 release is available as a native windows binary - fantastic stuff. Anyway my attention immediately turned to trying and getting a test deployment on Windows Azure and that’s exactly what I’ve done.

I’ve created a skeleton Azure VS2010 solution with a worker role that houses node.js and binds it to port 80, and I’ve succesfully run it on the Azure cloud which can be seen here (note: this may disappear at some point). I’ve also pushed the solution to my GitHub account here so feel free to use it to starting taking advantage of Node.js goodness on Windows Azure.