maxtek6 / maxtek6/WebFrame

Downstream Event System

Open
#12 2 comments 0 reactions 1 assignee View on GitHub

@johnpatek is already working on this.

Since Mar 24, 2026.

enhancement help wanted
Dominant language
C++
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The IPC bridge currently allows for basic CRUD operations over HTTP, but this is not especially useful for anyone who wants to push things from backend to frontend. The obvious solution would be WebSockets, but wxWidgets does not support WebSockets on any of its backends. What it does support is the ability to inject JavaScript and retrieve the result. There are a few possible solutions:

1. Highly abstract event system that creates an abstract stream above WebSockets/script injection.
2. Add WebSockets to wxWidgets.
3. Use an embedded WebSocket server to run alongside the desktop runtime.

Each solution has its pros and cons, and I am nowhere near a decision on how to approach this.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.