Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openemr/app-golang-openemr
- Owner: openemr
- Created: 2020-03-13T02:06:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T23:03:33.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:54:51.581Z (14 days ago)
- Language: Go
- Size: 3.07 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.