Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliartiza75/fastor
Using the golang built a web application that is used for anonymous browsing.
https://github.com/aliartiza75/fastor
go golang http-client http-server tor webpage
Last synced: 26 days ago
JSON representation
Using the golang built a web application that is used for anonymous browsing.
- Host: GitHub
- URL: https://github.com/aliartiza75/fastor
- Owner: aliartiza75
- Created: 2017-05-21T16:42:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T05:23:53.000Z (over 5 years ago)
- Last Synced: 2023-02-28T22:32:34.274Z (over 1 year ago)
- Topics: go, golang, http-client, http-server, tor, webpage
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FASTTOR
A web application built in golang that can be used for anonymous browsing. This application is based on peer 2 peer architecture.
## How to run the application
This application can be run using the steps given below:### Steps
Run the cdc_v1.go file using the "go run cdc_v1.go".
- It is the main server file.
- It will maintains a registry for IPs for those clients that will connect to it.
- Those IPs will be used for requesting web pages.- Run the client_server.go file using the "go run client_server.go".
- It will used for the user preferences.
- Preferences like whether a user wants to act as a server of not.- Once application starts to run , open the browser and enter the url of the webpage that you want to fetch in this way:
- "ip:port/fastor/webPageURL.
- It will display the webpage anonymously.