GitSpace

A WebSocket hub which facilitates collaboration in 3D space, while archiving activity to a Git repo

Usage

GitSpace is a hub which clients connect to. As such, the GitHub module does not include a definitive implementation of a client. However, WebSocket, RESTful and DDP client examples are provided for testing and example purposes, running in the browser and as Node.js CLI apps: @todo

Test

Documentation

Usage

GitSpace is a hub which clients connect to. As such, the GitHub module does not include a definitive implementation of a client. However, WebSocket, RESTful and DDP client examples are provided for testing and example purposes, running in the browser and as Node.js CLI apps: @todo

  1. Hub Server
  2. WebSocket Client
  3. REST Client
  4. DDP Client

The Node.js CLI app examples are the JavaScript files in the repo’s ‘usage/’ directory. @todo