https://github.com/relrin/dfs
The simplest distributed file storage [task for practise with Twisted]
https://github.com/relrin/dfs
Last synced: about 1 year ago
JSON representation
The simplest distributed file storage [task for practise with Twisted]
- Host: GitHub
- URL: https://github.com/relrin/dfs
- Owner: Relrin
- Created: 2013-11-01T18:09:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T18:17:58.000Z (over 12 years ago)
- Last Synced: 2025-01-28T12:34:45.305Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DFS: a simple distributed file system
===
The simplest distributed file system written in Python 2.7.5
- client.py (client application)
- server.py (server and balancer, which send client file to fileserver or from it to client)
- fileserver.py (server, which working with directory and read/write files)
- fsclient.py (client for fileserver.py)
Requirements
====
- Twisted
- Autobahn.ws