erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Create pluggable socket system #11

Closed baransu closed 7 years ago

baransu commented 7 years ago

Resolve https://github.com/erlanglab/erlangpl-ui/issues/8

@arkgil you can find example how to create handlers in src/index.js. You have to import on function from src/sockets.js and return it as handlers for given plugin. Then you have to add it in combineSockets.

arkgil commented 7 years ago

This looks perfect, thanks! 👍

baransu commented 7 years ago

I'm polishing internals and then I'll merge