DOCCO

Docco is a quick-and-dirty documentation generator, written in Literate CoffeeScript. It produces an HTML document that displays your comments intermingled with your code. All prose is passed through Markdown, and code is passed through Highlight.jssyntax highlighting. This page is the result of running Docco against its own source file. http://ashkenas.com/docco/

NODE-CACHE

Simple and fast NodeJS internal caching. A simple caching module that has set, get and delete methods and works a little bit like memcached. Keys can have a timeout (ttl) after which they expire and are deleted from the cache. All keys are stored in a single object so the practical limit is at around Leggi tutto…

Analyzing user input with Countable.js

With Countable.js you can count in real time what your user enters into a text field. No matter if it is about counting characters, words or paragraphs. Good news first: There is a live demo available.But let’s build something on our own with it Download the library from https://github.com/RadLikeWhoa/Countable/archive/master.zip Or install it via npm:npm Leggi tutto…