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

https://github.com/gootik/edeet

Live document edit
https://github.com/gootik/edeet

docs edit erlang live medium-editor websockets wsiwyg

Last synced: about 1 year ago
JSON representation

Live document edit

Awesome Lists containing this project

README

          

Edeet
=====

Using Erlang, Websockets, and [MediumEditor](https://github.com/yabwe/medium-editor) to build a Google docs
like online editor that let's people collaborate and edit documents
at the same time.

Why
------
1. Couldn't find anything that looked half decent and did what I wanted it to do.
2. Learning websockets and some frontend programming.
3. Bored.

Warning
---------
Code is not of the highest quality. This is currently an on-going project that was
started on a boring weekend day.

Demo
------
![DemoGif](https://media.giphy.com/media/3ohzdTvasuj8E0hT8Y/giphy.gif)

![DemoScreenshot](http://i.imgur.com/o56ALYJ.png)

Running
-----

$ rebar3 compile
$ rebar3 shell

You can now visit `http://localhost:8099/`