# PeerPad **Repository Path**: mirrors_marcelklehr/PeerPad ## Basic Information - **Project Name**: PeerPad - **Description**: peer-to-peer collaborative editing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PeerPad This is an early proof of concept for a node-webkit application featuring CRDT-based editing via [r-edit](http://github.com/dominictarr/r-edit) over a peer-to-peer network built with [smokesignal](http://github.com/marcelklehr/smokesignal). ## Installation ``` > git clone git@github.com:marcelklehr/PeerPad.git > npm install ``` then run node-webkit: ``` > cd PeerPad > nw . ``` ## Legal (c) 2015 by Marcel Klehr MIT License