Backend system for storing documents and data under LiveG Accounts.
Note: This repo is deprecated as we're redesigning Neuron to be peer-to-peer. Take a look at our new repo!
Licenced by the LiveG Open-Source Licence.
Neuron is written using pure Node.js and uses Express as its web server. Neuron uses a central cloud server with a fast file cache, and multiple slower storage nodes for larger or less frequently accessed files.
To install manually, clone this repo using git clone https://github.com/LiveGTech/Neuron.git, change directory into the repo, and run npm install, followed by npm -g install .. You may need to use sudo in front of the npm commands if your system produces errors.
Once installed, use neuron to start the server.