javascript - Has anyone implemented a wiki in NodeJS? -


i'm looking pure javascript, open-sourced, wiki implementation, preferably 1 using nodejs. might find it?

i'd suggest jingo nice design (with sane typography), use of git backing datastore, format compatibility markdown format used github (gollum), , fact it's actively developed.

as of jan 2017, matterwiki actively developed.

wiki.js being actively developed. it's using git datastore, has markdown editor, search engine , assets management.

tiddlywiki can generate static html.

npmjs , github reveal 2 other relatively popular , active projects: openkb , hazel.

wikipedia shows same js wiki engines, plus grokla, closed source.

wikimatrix lists 7 wiki engines powered javascript.


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


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -