| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| assets/ | 24-Aug-2016 | ||
| commands/ | 24-Aug-2016 | ||
| index.html | 24-Aug-2016 | 688 | |
| main.js | 24-Aug-2016 | 2.4K | |
| manifest.json | 24-Aug-2016 | 445 | |
| README.md | 24-Aug-2016 | 867 | |
| sample_support_metadata.json | 24-Aug-2016 | 58 | |
| server.js | 24-Aug-2016 | 1.7K | |
| styles/ | 24-Aug-2016 | ||
| tcp-server.js | 24-Aug-2016 | 11.3K | |
1 <a target="_blank" href="https://chrome.google.com/webstore/detail/ahlcocbkjpjkobcdpjcobmibmpbeecpg"></a> 2 3 4 # Chrome Commando TCP server 5 6 This is a sample that shows how you can run a network TCP server in a packaged app. This sample allows you to start a server in an arbitrary address and port. Telnet to the listening port and you will be able to remotely control your browser by sending some commands such as `open` and `echo`. 7 8 ## APIs 9 10 * [Sockets](https://developer.chrome.com/apps/sockets_tcp) 11 * [Runtime](https://developer.chrome.com/apps/app_runtime) 12 * [Window](https://developer.chrome.com/apps/app_window) 13 14 ## Screenshot 15  16 17