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
- Host: GitHub
- URL: https://github.com/florianfe/distributed-systems
- Owner: FlorianFe
- Created: 2017-01-03T19:23:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T12:27:33.000Z (about 8 years ago)
- Last Synced: 2025-02-02T00:52:44.030Z (4 months ago)
- Topics: distributed-systems, polymer, socket-io, typescript, web-components
- Language: HTML
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### UML Editor (Client)
### Chat (Client)
### Log (Server)
### Entity Inspector (Server)
## 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
```