Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 dartiverse_search: A Search App using HttpServer and WebSockets | |
| 2 =============================================================== | |
| 3 | |
| 4 To run the sample: | |
| 5 | |
| 6 1) Select the bin/server.dart file | |
| 7 2) Select Tools > Pub Build menu item | |
| 8 3) Select Run > Run menu item or click the green Run button in the toolbar | |
| 9 4) Find "server is running on" in the console output and click the URL to open t he browser | |
| 10 5) Search! | |
| 11 | |
| 12 NOTE: The web client does not work in Internet Explorer 9 as it uses | |
| 13 WebSockets to communicate with the server. | |
| OLD | NEW |