Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-exclaimation/livedocs
Real-time Web-based Document Editing Software
https://github.com/d-exclaimation/livedocs
cowboy ecto elixir google-docs plug postgres-jsonb postgresql real-time realtime socket websocket
Last synced: about 1 month ago
JSON representation
Real-time Web-based Document Editing Software
- Host: GitHub
- URL: https://github.com/d-exclaimation/livedocs
- Owner: d-exclaimation
- Created: 2021-06-13T14:20:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T05:00:25.000Z (over 3 years ago)
- Last Synced: 2024-11-07T20:55:02.637Z (3 months ago)
- Topics: cowboy, ecto, elixir, google-docs, plug, postgres-jsonb, postgresql, real-time, realtime, socket, websocket
- Language: Elixir
- Homepage: https://livedocuments.netlify.app/
- Size: 247 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveDocs
Live Document Editor
## Demo
To try the app yourself:
#### Setup server:
```bash
cd server/
mix deps.get
mix ecto.create
mix ecto.migrate
```#### Start server:
```bash
iex -S mix
```_for development_
```bash
MIX_ENV=prod mix run
```_for production_
#### Start React App on Development:
```bash
cd app/
yarn start
```or build with
```bash
yarn build
```## FAQ
#### Why
I don't know, I probably would never give a solid answer. This is a pet / toy project, aimed for
learning from bare minimal usage of libraries.#### Why not Phoenix?
Read last line from above
## Contributing
Contributions are always welcome. However, the project is very small so it would be more
of a "I am going to add features here" or "here is a better way of doing things".Feel free to do so, cristisms are welcome here, and new features as well
See `contributing.md` when it's up.