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

https://github.com/florianfe/distributed-systems


https://github.com/florianfe/distributed-systems

distributed-systems polymer socket-io typescript web-components

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# distributed-systems

## Description

This App is a distributed UML-Editor for creating UML Diagrams in a Team.

### Main Menu
![Main Menu](https://florianfe.github.io/screenshots/distributed-systems/screenshot-main-menu.png)

### UML Editor (Client)
![Client UML Editor](https://florianfe.github.io/screenshots/distributed-systems/screenshot-client-uml-editor.png)

### Chat (Client)
![Client Chat](https://florianfe.github.io/screenshots/distributed-systems/screenshot-client-chat.png)

### Log (Server)
![Server Log](https://florianfe.github.io/screenshots/distributed-systems/screenshot-server-log.png)

### Entity Inspector (Server)
![Server Entity Inspector](https://florianfe.github.io/screenshots/distributed-systems/screenshot-server-entity-inspection.png)

## To Use

In order to use this application you need to have node.js and bower installed.

```bash
# Clone this repository
git clone https://github.com/florianfe/distributed-systems
# Go into the repository
cd distributed-systems
# Install npm dependencies
npm install
# Install bower dependencies
bower install
# Run the app
npm start
```