Giter Club home page Giter Club logo

home-cloud's Introduction

Home Cloud

A local file hosting system build on top of Node.js & Express.js.

Use Cases

Home Cloud can be used for home members to interact with home sharing data under local network. With Home Cloud installed, you are able to use it as file transfer station. You are able to transfer data between Mobile and Desktop using only browsers.

For media files you captured in your travel such as sound of bird tweeting, image of sea view or video of sunrise, if you would like to keep and stream them locally, use Home Cloud.

Live Demo

https://home-cloud.herokuapp.com

Note: File uploading will be rejected for external ip request to avoid data flooding. Please try this feature locally. You can edit the whitelist for trusted IP address to upload content. * in canUpload will enable all ip request for uploading.

Get it Started

Choose one laptop as Home Cloud running environment then download and install Node.js through https://nodejs.org/en/. After that, download Home Cloud source code.

> cd home-cloud
> npm install
> npm run start

# server will listen to port 3000
# check your laptop IP_ADDRESS 
# so other devices in your home network can access it through IP_ADDRESS:3000

Folder Structure

├── public
│   ├── Audio   # where audios hosted
│   ├── Video   # where videos hosted 
│   ├── Photo   # where photos hosted
│   ├── Doc     # where documents hosted
│   └── Other   # where files such as zip files or raw files hosted
├── ...

Implementation List

  • Implement file sharing/stream function
  • Implement file uploading function
  • Implement whitelist/canUpload to enable file uploading for authorized IP address
  • Implement whitelist/canDelete to enable file deleting for authorized IP address
  • Implement automatic image slider
  • Compress preview image to increase performance



    Built by @ZhaoC with ❤️

home-cloud's People

Contributors

zhaoc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

angeelgarr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.