All Projects → netnr → Workers

netnr / Workers

Licence: mit
Cloudflare Workers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Workers

Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+127.93%)
Mutual labels:  proxy, cors
Cloudflare Cors Anywhere
CORS "anywhere" proxy in a Cloudflare worker. DEMO at: https://test.cors.workers.dev/
Stars: ✭ 162 (+45.95%)
Mutual labels:  proxy, cors
Cross Origin
🌀 跨域demo。CORS、JSONP、postMessage、websocket、document.domain、window.name、iframe等示例
Stars: ✭ 475 (+327.93%)
Mutual labels:  proxy, cors
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+120.72%)
Mutual labels:  proxy, cors
Learn Nginx
Nginx 入门指南
Stars: ✭ 728 (+555.86%)
Mutual labels:  proxy, cors
Process Proxifier
Using FiddlerCore to add proxy settings to the Windows applications
Stars: ✭ 104 (-6.31%)
Mutual labels:  proxy
Wdaproxy
WebDriverAgent Proxy
Stars: ✭ 107 (-3.6%)
Mutual labels:  proxy
Websocks
A secure proxy based on WebSocket. 一个基于 WebSocket 的代理工具
Stars: ✭ 102 (-8.11%)
Mutual labels:  proxy
Smargate
内网穿透,c++实现,无需公网IP,小巧,易用,快速,安全,最好的多链路聚合(p2p+proxy)模式,不做之一...这才是你真正想要的内网穿透工具!
Stars: ✭ 1,378 (+1141.44%)
Mutual labels:  proxy
Swagger Combined
Combines all swagger documents in microservices
Stars: ✭ 108 (-2.7%)
Mutual labels:  proxy
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+34838.74%)
Mutual labels:  proxy
Webworkify Webpack
launch a web worker at runtime that can require() in the browser with webpack
Stars: ✭ 105 (-5.41%)
Mutual labels:  workers
Earlyap
Proxy specifically available for AP scores to enable simple early access to your scores without any storing of your College Board account details or dealing with untrustable proxies.
Stars: ✭ 104 (-6.31%)
Mutual labels:  proxy
Gin Cors
Cross Origin Resource Sharing middleware for gin-gonic
Stars: ✭ 107 (-3.6%)
Mutual labels:  cors
Rpm Haproxy
HAproxy RPM spec and builds for CentOS 6/7
Stars: ✭ 103 (-7.21%)
Mutual labels:  proxy
Frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Stars: ✭ 51,746 (+46518.02%)
Mutual labels:  proxy
Videop2proxy
Proxy to enable P2P only cameras to work with standard protocols.
Stars: ✭ 102 (-8.11%)
Mutual labels:  proxy
Jcrandomproxy
随机代理
Stars: ✭ 105 (-5.41%)
Mutual labels:  proxy
Hotel
🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
Stars: ✭ 9,736 (+8671.17%)
Mutual labels:  proxy
Proxy pool
python 代理池
Stars: ✭ 105 (-5.41%)
Mutual labels:  proxy

English | 简体中文

Cloudflare Workers

2020-12-11 Cloudflare banned zme.ink

https://cors.netnr.workers.dev

❤ cors

Support cross-domain request
Convert HTTP to HTTPS

Interface

  • Host/{URL}
  • https://cors.netnr.workers.dev/{URL}

Demo

// Copy to the console and run
var $url = "http://wthrcdn.etouch.cn/weather_mini?citykey=101040100";
fetch("https://cors.netnr.workers.dev/" + $url).then(x => x.text()).then(console.log)

Install

  • clone the project and enter the subdirectory (representing a worker)
  • Edit index.js and wrangler.toml (configuration key)
  • wrangler config configure mailbox and key
  • wrangler build build
  • wrangler publish release
  • Detailed documentation: https://developers.cloudflare.com/workers/quickstart

Price

CPU Daily request Burst rate Script size
10ms 100,000 1000 requests in 10 minutes 1M after compression

Details: https://developers.cloudflare.com/workers/about/limits/

Source


Notice

The amount can't hold up, please use your account to build the service if you use a lot, thank you! ! !

overflow

If you don’t want to trouble, maybe you can sponsor I upgrade to a paid user $5/month 10 million requests, please note from cfw

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].