Has anyone implemented a wiki in NodeJS? [closed]

末鹿安然 提交于 2019-12-31 08:04:08

问题


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


回答1:


I'd suggest jingo thanks to its nice design (with very sane typography), use of git as backing datastore, format compatibility with the markdown format used by github (gollum), and the fact that it's somewhat actively developed.

As of Jan 2017, Matterwiki is also actively developed.

Wiki.js is also being actively developed. It's using a git datastore, has a markdown editor, search engine and assets management.

Tiddlywiki can generate static HTML.

Npmjs and GitHub reveal only two other relatively popular and somewhat active projects: openKB and Hazel.

Wikipedia shows mostly the same JS wiki engines, plus Grokla, which is closed source.

Wikimatrix lists 7 wiki engines powered by JavaScript.


Old answer: https://github.com/gjritter/nodewiki (no updates since 2010).




回答2:


http://nodebits.org/wiki-challenge

Uses file system https://github.com/nodebits/wiki-challenge

Git based wiki system for markdown files https://github.com/nhoss2/nodewiki

Git based https://github.com/claudioc/jingo




回答3:


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



来源:https://stackoverflow.com/questions/5956167/has-anyone-implemented-a-wiki-in-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!