I'm looking for a pure javascript, open-sourced, wiki implementation, preferably one using NodeJS. Where might I find it?
|
closed as not constructive by Bobby, Frédéric Hamidi, Andrew Whitaker, Bill the Lizard♦ Dec 14 '12 at 14:07
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You might check out Nodewiki - https://github.com/gjritter/nodewiki |
|||||
|
|
http://nodebits.org/wiki-challenge Uses file system https://github.com/nodebits/wiki-challenge Uses mongodb https://github.com/tonyd256/wiki-challenge Git based wiki system for markdown files https://github.com/nhoss2/nodewiki Git based https://github.com/claudioc/jingo |
||||
|
|
|
Also check out https://github.com/LimpidTech/node-wiki/ |
|||
|
|
|
Here's a very recent Node.js one: https://github.com/milani/node-gitwiki. Needs work I think. But if you just want HTML5+CSS+JavaScript, then http://www.tiddlywiki.com/ does without a remote server, all via an in-browser web app. Pretty cool :-) |
|||
|
|