JSON validator
Validates JSON, but as a bonus also returns a conventionally formatted version for added readability.
Make your JavaScript more readable
Helps to beautify JavaScript code (and even fixes JSON formatting) so no more headaches when reading badly formatted code or when notepad is a pain and delivers everything to you in one really long line!
Flash embed script generator
Uber-useful and complete with all the possible options that you can think of!
GitHub $BASH cheat-sheet
Super handy cheat sheet for Git Bash with the most used commands.
Flashsocket spec no longer supported as standard in socket.io
socket.io no longer enables Flashsocket transfers by default.
In order to use this mode of transmission (useful for flash fallback, and one of what used to be socket.io’s best features) it must be explicitly turned on via the io.configure method provided by the library and included in the server-side back-end *.*js file
For example:
io.configure(function() {
io.set(‘transports’, [‘websocket’, ‘flashsocket’]);
});
Comprehensive node.js tutorial
The best one yet, hands down!
node.js style guide
Really neat tips to keeping your node.js code tidy and readable
node.js code snippets
Some convenient and commonly used code patterns for node.js
Our ‘overnight’ success took 1,000 days.
Source: devthought.com
If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.