Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedwiki/wiki-server
Federated Wiki client and server in Node.js
https://github.com/fedwiki/wiki-server
Last synced: 5 days ago
JSON representation
Federated Wiki client and server in Node.js
- Host: GitHub
- URL: https://github.com/fedwiki/wiki-server
- Owner: fedwiki
- License: other
- Created: 2013-07-30T00:10:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T14:54:17.000Z (about 1 month ago)
- Last Synced: 2024-10-16T11:33:32.833Z (23 days ago)
- Language: CoffeeScript
- Size: 3.18 MB
- Stars: 153
- Watchers: 27
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-starred - fedwiki/wiki-server - Federated Wiki client and server in Node.js (others)
README
# Wiki-Server
Federated wiki node.js server as a npm module.
**N.B.** Following a code re-organization over the New Year 2013/4 this
repository now only contains the code for the node.js server implementation.
You will also notice that the GitHub reposistory name and location has
changed, it is now fedwiki/wiki-server. It you have previously forked,
and cloned, this repository you will want to update your clone's upstream
remote to reflect this change.This package is now published as ```wiki-server```. The ```wiki```
package which depends on this package, to provide the federated wiki server,
can be found as [fedwiki/wiki](https://github.com/fedwiki/wiki).* * *
## Goals
Over its first two years the Smallest Federated Wiki (SFW) project explored
many ways that a wiki could embrace HTML5 and related technologies. Here
we will cautiously reorganize this work as small independent modules that
favor ongoing innovation.We proceed by dividing SFW first into large pieces and then these into
smaller pieces as we simplify and regularize the communications between them.
We now favor the node.js module and event conventions, dependency injection,
and increased separation between the DOM and the logic that manages it.Federated wiki's single-page application reads page content from many sources
and writes updates to a few. Read-write server backends are maintained in
ruby (sinatra) and node (express). Read-only servers have been realized
with static files and cgi scripts. Encouraging experiments have exploited
exotic service architectures such as CCNx content-addressable networks.## Participation
We're happy to take issues or pull requests regarding the goals and
their implementation within this code.A wider-ranging conversation is documented in the GitHub ReadMe of the
founding project, [SFW](https://github.com/WardCunningham/Smallest-Federated-Wiki/blob/master/ReadMe.md).## License
You may use the Wiki under either the
[MIT License](https://github.com/WardCunningham/wiki/blob/master/LICENSE.txt)