简体   繁体   中英

Node.js: Available/Creating Web Proxies

I'm trying to create a web proxy alot like Proxify without th options that allows users to surf third-party websites instead of an iframe for maximum usability (Circumventing Iframe issues.).

How would I be able to achieve this?

Also, I've googled around and found some Node.js Web Proxies that don't seem to work anymore as they are out of date.

Examples:

Are their any recent Node.js web proxies available?

Just use node-http-proxy

Their documentation is solid and they have an examples folder.

A lot of people use this in production. Nodejitsu itself uses it in production.

Take a look at Hoxy . I haven't used it myself, but I am working on a similar problem (I want to circumvent the iframe same domain policy), so from the quick glimpse that I took of the project it seems to do what you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM