An open API service indexing awesome lists of open source software.

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]

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