Open improve100 opened 4 years ago
That would work, but keep in mind that local-network-chat is just a barebones demonstration on how to send data via multicast:
local-network-chat
Would the UI be a VSCode-native one? In this case, local-network-chat is barely more than a few lines using multicast-channel & really-basic-chat-ui.
multicast-channel
really-basic-chat-ui
In any case, it would be cool to have a local-network chat in VSCode!
If it can be achieved, this tool will definitely be familiar to everyone and continue to improve. then more and more popular.
That would work, but keep in mind that
local-network-chat
is just a barebones demonstration on how to send data via multicast:Would the UI be a VSCode-native one? In this case,
local-network-chat
is barely more than a few lines usingmulticast-channel
&really-basic-chat-ui
.