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

https://github.com/alimy/excalidraw-go

excalidraw wrap in a go http server to run as a single standlong execute binary application.
https://github.com/alimy/excalidraw-go

excalidraw

Last synced: 6 months ago
JSON representation

excalidraw wrap in a go http server to run as a single standlong execute binary application.

Awesome Lists containing this project

README

          

## Excalidraw-go
Excalidraw-go used to wrap [Excalidraw](https://github.com/excalidraw/excalidraw) in a go http server to run as a single standlong execute binary application.

[![](https://github.com/excalidraw/excalidraw/blob/master/public/og-image.png)](https://excalidraw.com/)

#### Usage
```bash
%> git clone https://github.com/alimy/excalidraw-go
%> cd excalidraw-go
%> make build
%> ./excalidraw
Listening in [:2021]. Please open http://localhost:2021 in browser to enjoy yourself.
```