Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a pure javascript, open-sourced, wiki implementation, preferably one using NodeJS. Where might I find it?

share|improve this question
Yeah, I would also be interested in this. Preferably a PostgreSQL-based one. – mikl May 11 '11 at 15:51
1  
It's currently on the todo list for docpad - github.com/balupton/docpad – balupton Sep 20 '11 at 10:46
Why was this question closed as "not constructive"? – Anderson Green Mar 16 at 2:13

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.

4 Answers

up vote 5 down vote accepted

You might check out Nodewiki - https://github.com/gjritter/nodewiki

share|improve this answer
1  
nodewiki seems out of date; it could use an update to using current libraries and such – blueberryfields May 11 '11 at 1:05

Also check out https://github.com/LimpidTech/node-wiki/

share|improve this answer

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 :-)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.