Build a Cloud Storage and Online File System application like Google Drive and One Drive
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.
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.
If you need a feature not currently supported, feel free to suggest them. It will be added as soon as possible.
- Intro
- Technologies
- Table of Contents
- Features
- API Documentation
- Notable Features and their Algorithms
- Building & Running the Application (Locally)
- Deploying the Application
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