Home > NudeWiki

NudeWiki

NudeWiki is a project mainly written in JavaScript, it's free.

A wiki, built with Node.js and MongoDB, because that's what you build when learning new server-side technologies

Just a wiki. Not even close to functional.

Document Structure

  1. Path - a slash-separated
  2. Content - a blob of data
  3. ContentType - a string of one of the renderers

Storage

Currently MongoDB.

Renderers

Turns the Content blob into viewable HTML

  • plaintext
  • HTML
  • Markdown