タグ

edge-computingに関するmizdraのブックマーク (2)

  • Fastly で Next.js アプリケーションを実行 | Fastly

    そして、Web ブラウザが http://localhost:3000/ にアクセスするようにします。 素晴らしいでしょう?大したことないように見えるかもしれませんが、これは当によくできています。React を使用して完全な開発環境をセットアップできました。ただ単に pages/index.js にファイルを作成するだけで、Next.js サーバーによって React コンポーネントがレンダリングされ、その出力がブラウザに表示されたのです。 これで、React の機能をフルに活用できるようになりました。カスタムコンポーネントを作成することも、以前に作成したコンポーネントを使用することも、サードパーティのコンポーネントを読み込むこともできます。さらに、この pages/index.js ファイルを編集すると、変更内容がホットリロードされるため、開発中にブラウザ内で即時にフィードバックを得る

    Fastly で Next.js アプリケーションを実行 | Fastly
  • The Future of the Web is on the Edge

    Except Singapore, we’ve got a world of sub-100 millisecond TTFBs. This is because instead of heading off to Virginia to get the site, each of these locations can use an edge server nearest to them. The edge is about getting 50ms response times vs 150ms response times. You can test this for yourself with a VPN. If you: curl -I https://deno.landYou’ll get the server nearest your location: server: de

    The Future of the Web is on the Edge
  • 1