Skip to content

zarumaru/app-golang-openemr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Webapp server

Features

  • WebRTC server for flutter app
  • Image to text translation

Run Binary(Only Linux)

  • Run
./bin/server-linux-amd64

Open https://0.0.0.0:8086.

Compile from Source

  • Install tesseract-ocr
  • 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.

About

app-golang-openemr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.8%
  • Makefile 1.2%