Skip to content

cloud-computer/cloudstorage-js

This branch is 5 commits ahead of, 3 commits behind lemourin/cloudstorage-js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 4, 2019
2e966e6 · Aug 4, 2019

History

65 Commits
Jun 10, 2019
Jul 1, 2019
Jul 1, 2019
May 26, 2019
Apr 28, 2019
May 28, 2019
Aug 2, 2019
Aug 4, 2019
Jun 8, 2019
Aug 4, 2019
Aug 4, 2019
May 26, 2019
Jun 8, 2019
May 26, 2019

Repository files navigation

You need a .env file in the source directory with content similiar to this:

EMSDK_HOME=/home/lemourin/Projects/emsdk
HOSTNAME=http://localhost:8000
  • EMSDK_HOME points to the directory with emsdk checked out and installed from here: https://github.com/emscripten-core/emsdk
    • emsdk installation boils down to running ./emsdk install latest && ./emsdk activate latest in repos' directory
  • HOSTNAME is the url at which the cloudstorage-js repo is exposed.

To test the app, run npm install && npm run build:all and serve the repository with any http server, e.g. with python3 -m http.server.

About

Emscripten port of libcloudstorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • C++ 27.2%
  • Shell 8.2%
  • JavaScript 2.0%
  • HTML 1.7%
  • Makefile 1.2%
  • Dockerfile 1.0%