Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nestarz/commoners

File-based Social Network
https://github.com/nestarz/commoners

Last synced: about 2 months ago
JSON representation

File-based Social Network

Awesome Lists containing this project

README

        

# Commoners

Hyperswarm and [Kademlia DHT](https://en.wikipedia.org/wiki/Kademlia) File-based Social Network

## Structure

Four parts divide the project:

```
├── app
├── server
├── src
├── resources
```

### App

Contains Electron source files to build an easy to distribute GUI.

### Resources

Contains the Caddy binaries for each platform (currently only Darwin is supported).

### Server

Contains logic to start/end a Caddy server and serve folders using Webdav.

### Source

Contains the connection logic between peers HTTP server and client peers over the Hyperswarm Protocol.