teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

More websocket endpoints for server communication #243

Open BVVLD opened 5 months ago

BVVLD commented 5 months ago

Description UI can benefit from more specialized endpoints to perform data communication.

Use case or motivation behind the feature request Communication between UI and Server in zeppelin is done in a way that one endpoint serves in multiple tasks and that results in complexity and a lot of redundant data transferred there and back. The problem can be solved by providing specific endpoints for common tasks.

Related issues Since the endpoints should be implemented on both sides simultaneously, there will be an issue from ZEP_01 https://github.com/teragrep/zep_01/issues/17

Additional context Requirements for the endpoints should originate from other issues, for example: https://github.com/teragrep/ajs_01/issues/242