A CLI Browser
- To operate it type the command id/index.
- To search type the
6command and press enter.- Now, search for the page that you are looking for and press "Enter".
- To run the page, type
-y {id}the id is the page id/index as shown in the CLI. - To close the search query command type
-n.
- To close the browser type
0.
- It is running in an individual Goroutine. (parent: main)
- New tab is like creating new Goroutine. (parent: main)
- 1 Tab can only serve 1 webpage at a time.
- The server that serves the webpage runs in a goroutine. (parent: tab)
- A webpage is simply a static HTML/CSS/JS directory.
- All the webpages are read from the
/webpagesdirectory. - Three way to remove or add a new webpage to the browser:
- You can paste the directory that contains the necessary files inside the
/webpages. - Use the
Sync Webpagesoption after running the browser. - Use the
Searchoption and try searching for the particular webpage.
- You can paste the directory that contains the necessary files inside the
- It is running in an individual Goroutine. (parent: main)
- It is running in an individual Goroutine. (parent: main)
- Clean variables like
Webpagesafter user goes back to main user input. - anyone can send nodes, without limit. add some rate limit to receiving nodes and the receivers.