Fedwiki Server

This page is about the current and future of Fedwiki servers. The current reference implementation in Node can be found her on gitbub

Goals

Federated wiki's single-page application reads page content from many sources and writes updates to a few. Read-only servers have been realized with static files and cgi scripts.

Our current aim is to create a new Fedwiki server based on a DreamFactory rest server and microservices that we provision using Docker containers, and orchestrate using something like contianership.io.

Here we are looking at creating a simple federated easy to install REST based server we call - DreamFactory Wiki.

Structure

The Fedwiki Server is made up of a wiki-node-server module and a bunch of Plugins (packaged as individual Node Modules.