Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openemr/app-golang-openemr

app-golang-openemr
https://github.com/openemr/app-golang-openemr

Last synced: 5 days ago
JSON representation

app-golang-openemr

Awesome Lists containing this project

README

        

# Flutter Webapp server
### Features

- WebRTC server for flutter app
- Image to text translation

### Run Binary(Only Linux)

- Run

```bash
./bin/server-linux-amd64
```

Open https://0.0.0.0:8086.

### Compile from Source

- Install [tesseract-ocr](https://github.com/tesseract-ocr/tesseract/wiki)
- Go is required in the system
- Clone the repository, run `make`.
- Run `./bin/server-{platform}-{arch}`.
- Your server is live.

## Note

This example can only be used for LAN testing. If you need to use it in a production environment, you need more testing and and deploy an available turn server.