Skip to content

A Remote File System API server built entirely with Web Socket, to build apps like Google Drive and One Drive.

Notifications You must be signed in to change notification settings

the-real-i9/i9rfs-server

Repository files navigation

i9rfs (API Server)

Test i9rfs

Build a Cloud Storage and Online File System application like Google Drive and One Drive

Intro

i9rfs is an API server for a Remote File System application, built with entirely with WebSocket in Go. It supports major file system operations that can be used to implement Cloud Storage applications such as Google Drive and One Drive.

Who is this project for?

If you're a frontend developer looking to build an app similar to Google Drive and One Drive, not just to have it static, but also to make it function.

The API documentation provides a detailed usage guide. It doesn't follow the Open API specification, rather, it follows Google's API documentation style, well-sturcured in a markdown table—which I consider easier to work with.

Open to suggestions

If you need a feature not currently supported, feel free to suggest them. It will be added as soon as possible.

Technologies

go go go neo4j go go

Table of Contents

Features

Visit the API documentation for implementation guide.

  • Create directories
  • Upload files
  • List the contents of a directory
  • Copy and Move files/directories
  • Delete files/directories
  • Rename files/directories
  • Move files/directories to Trash
  • View files/directories in Trash
  • Restore files/directories from Trash
  • Star files/directories

Notable Features and their Algorithms

Building & Running the Application (Locally)

Deploying the Application

About

A Remote File System API server built entirely with Web Socket, to build apps like Google Drive and One Drive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages