bnan / codestream

Stream a file to a server which relays it to connected clients via WebSockets.
MIT License
2 stars 0 forks source link

IDE and text editor plugins #3

Open pkill37 opened 5 years ago

pkill37 commented 5 years ago

For this to actually be useful in a teaching scenario, we need to stream code as it is written, not on save. This requires hooking into text editors to trigger the streaming on key press or something like that. I might be willing to write a Vim plugin.