Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webview #6

Closed
joeblew99 opened this issue Jul 22, 2019 · 3 comments
Closed

Webview #6

joeblew99 opened this issue Jul 22, 2019 · 3 comments

Comments

@joeblew99
Copy link

was looking here: https://github.com/qlova/seed/blob/master/launch.go#L10

Its great that your are looking for so many places where it coudl be installed.
Keep this.

But also you can use the zserve lib to have embedded.
THen the app does not have all the menu crapola :)

Also you DONT need to OPEN a tcp port !! It can do direct messaging from web to go.

https://github.com/zserge/webview

https://github.com/zserge/webview/tree/webview-x

  • this one is new and shakey but will support Windows Edge soon.

Happy to collaborate on this. i like your framework. Its pretty nice archi.

@Splizard
Copy link
Contributor

Cheers @joeblew99 I've had a look at the webview library and it looks like a neat idea for locally hosted apps. I'm happy to chuck it under a build tag.

@Splizard
Copy link
Contributor

I have added basic support for webview under a build tag.

go build -tags webview

At this time, I think that 'TCP connections' are quick enough for local communication. Please keep in mind that Qlovaseed is designed to build Progressive WebApps (PWAs) that sit on public-facing web servers. 'TCP' connections are required for this.

@joeblew99
Copy link
Author

cheers !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants