본문 바로가기

반응형

cloudflare

Microsoft, Edge 브라우저에 VPN 내장를 소개합니다. (adguard-vpn.com) Microsoft, Edge 브라우저에 VPN 내장를 소개합니다. 웹페이지에서는 아래와 같이 소개하고 있네요.. --- Microsoft has followed a small group of its competitors in building a VPN service directly into its own browser. The VPN feature, known as “Microsoft Edge Secure Network,” has rolled out to a limited selection of users in the latest Edge Canary version. While Microsoft has yet to announce its launch, early testers have already go.. 더보기
Turnstile, Cloudflare가 공개한 무료 CAPTCHA 대체제를 소개합니다. (blog.cloudflare.com) Turnstile, Cloudflare가 공개한 무료 CAPTCHA 대체제를 소개합니다 웹페이지에서는 아래와 같이 소개하고 있고요.. --- Today, we’re announcing the open beta of Turnstile, an invisible alternative to CAPTCHA. Anyone, anywhere on the Internet, who wants to replace CAPTCHA on their site will be able to call a simple API, without having to be a Cloudflare customer or sending traffic through the Cloudflare global network. ...(중략)... --- Tu.. 더보기
workerd - Cloudflare가 공개한 Workers 런타임 오픈소스를 소개합니다. (blog.cloudflare.com) workerd - Cloudflare가 공개한 Workers 런타임 오픈소스를 소개합니다. 홈페이지에서는 아래와 같이 소개하고 있군요. Introducing workerd: the Open Source Workers runtime 한마디로, workerd 는 Cloudflare가 공개한 Workers 런타임 오픈소스라고 머릿속에 넣어두시면 될것 같네요.. 아래는 주요 특징에 대해서 정리한 내용이니깐요 참고하시면 좋을것 같고요 실제 CloudFlare Workers에서 사용하는 JavaScript/WASM 런타임 코드 다른 환경에 포팅 가능하도록 일부만 변경 이름은 Unix 서버의 -d "daemon" 에서 가져와서 "worker dee" 용도 Workers를 셀프호스팅 가능. 단순히 API로 이용가능한 .. 더보기
cloudflare가 nginx를 걷어내고 Rust로 HTTP Proxy(Pingora)를 만들어서 사용을 소개합니다 (blog.cloudflare.com) cloudflare가 nginx를 걷어내고 Rust로 HTTP Proxy(Pingora)를 만들어서 사용을 소개합니다 웹페이지에서는 아래와 같이 소개하고 있군요.. Introduction Today we are excited to talk about Pingora, a new HTTP proxy we’ve built in-house using Rust that serves over 1 trillion requests a day, boosts our performance, and enables many new features for Cloudflare customers, all while requiring only a third of the CPU and memory resources of our prev.. 더보기
Hono - Cloudflare Workers를 위한 초고속 웹 프레임워크 (github.com/honojs) Hono - Cloudflare Workers를 위한 초고속 웹 프레임워크를 소개합니다. Github 웹페이지에서는 아래와 같이 소개하고 있습니다. Hono - [炎] means flame🔥 in Japanese - is a small, simple, and ultrafast web framework for Cloudflare Workers, Deno, Bun, and others. Hono 는 일본어로 불꽃🔥을 의미하며 Cloudflare Workers, Deno, Bun 등을 위한 작고 간단하며 초고속 웹 프레임워크입니다. 아래는 간단한 소스코드입니다. import { Hono } from 'hono' const app = new Hono() app.get('/', (c) => c.text('Hono.. 더보기

반응형