Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.37 KB

Remote hacking resources

💞Please add to this list if you think of anything relevant!

Hosted Services

If you want to create an interface that lets people communicate, using a hosted service might be a quick way to get up and running.

Tools

  • Atom teletype - WebRTC based session sharing with Atom editor
  • Parsec – geared at gaming, but totally works for pairing
  • Screen – (new) the return of Screen Hero (a pair programming app, bought by slack)
  • Tuple – Remote pair programming app (macOS)
  • Visual Studio Live Share – allows multiple people to edit a VS Code project.

Libraries

Node

  • node ws - a pretty lightweight package for websocket connections

Live streaming