jsjohnst / NudeWiki

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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