
TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code

TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code
After using Node.js for simple network service written in JavaScript I must say. Node.js realy rocks! The advantages to write server-side code in Javascript are obvious. As you can see in the following video, there are a lot of advantages over other server systems. The major differences are that Node.js is a server-side JavaScript environment. Node.js uses an asynchronous event-driven model. This allows to get an excellent performance based on the architectures of many Internet applications. Source: http://nodejs.org/ - https://github.com/joyent/node/wiki
jDrums A few months ago, I studied the possibilities to play audio files such as wave or mp3 in a Web browser. I quickly came to the conclusion that it is a difficult project. As a test scenario I had imagined a very simple drum machine.