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
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
- Hub Server
- WebSocket Client
- REST Client
- DDP Client
The Node.js CLI app examples are the JavaScript files in the repo’s ‘usage/’
directory. @todo