Skip to content

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

Notifications You must be signed in to change notification settings

stevestreza/NudeWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published