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

problem: no inproc transport #3

Open
somdoron opened this issue Sep 4, 2019 · 1 comment
Open

problem: no inproc transport #3

somdoron opened this issue Sep 4, 2019 · 1 comment

Comments

@somdoron
Copy link
Member

somdoron commented Sep 4, 2019

No description provided.

@cryptoquick
Copy link
Collaborator

I can see inproc being really valuable for communicating across separate parts of the frontend.

There are two implementations I can imagine, and I'd like to discuss the merits of either:

  • A singleton within the module, very convenient to get working out of the box, but could cause issues in larger or more complex projects.
  • A constructor to produce an object that's managed within the application itself, which must be exported from that module to be available in other modules.

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