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

https://github.com/artemgordinskiy/draw

An experimental shared drawing app
https://github.com/artemgordinskiy/draw

elixir phoenix websockets

Last synced: about 1 year ago
JSON representation

An experimental shared drawing app

Awesome Lists containing this project

README

          

# Draw

![Draw synchronised drawing demonstration](draw_demo.gif)

To start the app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.