When I started my working I've access to legacy code from cvmfs-emscripten which is a javascript library that provide cvmfs client operations in a web browser. In order to use it within the context of a node.js server side application. I had to make a number of modifications.
- You have to "Clone or download" this project.
- install all project dependencies with
npm install
- create a .env file in the root directory with variables from
example.env
- start server with
npm run server
- You have to "Clone or download" this project.
- install all project dependencies with
npm install
- start server with
npm run test
This project is licensed under the BSD-3-Clause License.