nodewiki icon indicating copy to clipboard operation
nodewiki copied to clipboard

A simple wiki developed using node.js, redis-node-client and showdown.

Nodewiki

Nodewiki is wiki software created using node.js. It uses redis for data storage, with the redis node client to talk to redis. Page markup is written using Showdown, a Markdown implementation written in javascript.