Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Smaller front-end listeners #4154

Closed
2350568089 opened this issue Mar 20, 2025 · 1 comment
Closed

Smaller front-end listeners #4154

2350568089 opened this issue Mar 20, 2025 · 1 comment
Labels
Enhancement New feature or request

Comments

@2350568089
Copy link

Is your feature request related to a problem? Please describe.

I need a lighter, faster notification model。

Describe the solution you'd like

I am working on high-speed local computing applications that require pseudo real time display of results on the frontend. Using broadcast mechanisms to notify the frontend is clearly wasteful. Perhaps a linked list model can be added to the front-end, where the front-end always retrieves data from the head and the back-end always adds data at the tail. This linked list is only bound by one front-end method and can be bound by multiple back-end methods, and the back-end always comes with asynchronous operations and read-write locks.

Describe alternatives you've considered

i was use the electron to make a applications for hight-speed compute,the JavaScript is to slow for me, so now i want refactoring it to support scientist for our compeny.

Additional context

No response

@2350568089 2350568089 added the Enhancement New feature or request label Mar 20, 2025
@symball
Copy link

symball commented Apr 8, 2025

A simple way to achieve what you want is to implement nats within your Go app (it's very easy to embed within Go applications) and have the frontend use the NATS.js library to subscribe to topics.

@wailsapp wailsapp locked and limited conversation to collaborators Apr 8, 2025
@leaanthony leaanthony converted this issue into discussion #4204 Apr 8, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants