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.
- Host: GitHub
- URL: https://github.com/alimy/excalidraw-go
- Owner: alimy
- License: mit
- Created: 2021-01-07T05:37:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T00:00:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T13:32:55.871Z (8 months ago)
- Topics: excalidraw
- Language: Makefile
- Homepage:
- Size: 7.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://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.
```