並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 75件

新着順 人気順

socketの検索結果1 - 40 件 / 75件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

socketに関するエントリは75件あります。 networkjavascriptdocker などが関連タグです。 人気エントリには 『Socket Supply Co.』などがあります。
  • Socket Supply Co.

    npm npm i @socketsupply/socket -g curl . <(curl -s -o- https://socketsupply.co/sh) iwr iwr -useb https://socketsupply.co/ps | iex Write Once, Run Anywhere Ship apps faster than anyone else using one skill set, and one codebase. You can even turn your existing web app into a native Socket app. Connect Everyone Our modern P2P protocol makes it possible for users anywhere in the world to communicate

      Socket Supply Co.
    • PerlからGoへのシステム移行のアシスト 〜Perl XSとUnix Domain Socketを活用〜 - Mirrativ Tech Blog

      こんにちは ハタ です。 Mirrativ では 2020年頃から サーバサイドの技術をPerlからGoへのシステム移行 を行っており、2024年現在でもサグラダファミリアのように移行作業は継続しています PerlとGoという2つの環境を同時に運用していますが、 基本的には 新機能は Go で実装 し、 Perlでは積極的に新規実装を行わない というスタイルで進めていました しかし、既存の機能の一部に手を加えたいとなった場合、まだまだ Perl の実装に手を加えることが一定あり、Perl から Go の機能を呼び出したいというニーズが出てきました (配信やギフトといったビジネスの根幹を支えるレガシーな実装においては顕著) そこで PerlXS を利用することで Perl から Go を直接呼び出せるようにできないかと考え検証を進めることにしました Goの -buildmode=c-shar

        PerlからGoへのシステム移行のアシスト 〜Perl XSとUnix Domain Socketを活用〜 - Mirrativ Tech Blog
      • AMD、Socket AM5と5nmに進化した「Zen 4」こと「Ryzen 7000」

          AMD、Socket AM5と5nmに進化した「Zen 4」こと「Ryzen 7000」
        • Socket migration for SO_REUSEPORT (Part 1) - Kuniyuki Iwashima

          TCP ソケットと `SO_REUSEPORT` オプションに関する問題を解決するために Linux カーネル v5.14 から取り込まれる予定のパッチセットについて 2 回に分けて解説します。 - https://lore.kernel.org/bpf/20210612123224.12525-1-kuniyu@amazon.co.jp/ - https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=1f26622b791b6a1b346d1dfd9d04450e20af0f41 Part 1 では `SO_REUSEPORT` オプション、カーネルの挙動と問題点、パッチセットの効果について解説し、 Part 2 ではカーネルの実装と修正方法、追加した eBPF の機能について解説します。 ##

            Socket migration for SO_REUSEPORT (Part 1) - Kuniyuki Iwashima
          • UNIX Domain Socket の SO_SNDBUF, SO_RCVBUF についての覚書 - hibomaの日記

            macOS と Linux の UNIX Domain Socket の SO_SNDBUF, SO_RCVBUF について調べていた。 経緯 会社で @kurotaky のトラブルシューティングの相談を受けた際の覚書。 下記のように UNIX Domain Socket を挟んで IPC しているコードがあり、macOS と Linux で挙動が違っているのを調べていた。Linux では Go Ethereum が送ってくるデータを全部読み出せるが、macOS だと一部 ( 8192 バイト 注1 ) しか読み出せないとのことだった。 Ruby のコード <----- UNIX Domain Socket -----> Go Ethereum 色々調べてみたところ、macOS / Linux で UNIX Domain Socket のデフォルトの SO_SNDBUF, SO_RCVBU

              UNIX Domain Socket の SO_SNDBUF, SO_RCVBUF についての覚書 - hibomaの日記
            • GitHub - flawiddsouza/Restfox: Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - flawiddsouza/Restfox: Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop
              • Socket - Secure your dependencies. Ship with confidence.

                Secure your dependencies. Ship with confidence.Socket is a developer-first security platform that protects your code from both vulnerable and malicious dependencies.

                  Socket - Secure your dependencies. Ship with confidence.
                • Socket AM4はまだ終わらない。AMD、「Ryzen 7 5700X3D」など4製品追加

                    Socket AM4はまだ終わらない。AMD、「Ryzen 7 5700X3D」など4製品追加
                  • 1749908 - Infinite loop in HTTP3 hangs socket thread

                    For bugs in Mozilla's modular networking library (aka "Netlib" or "Necko".) The networking library supplies the software interface that Mozilla uses to access physical transports (e.g. the Internet and local drives), perform URL resolutions, and handle a variety of networking protocols. Examples of appropriate bugs: URLs with backslash not fetched; URLs starting with a single slash turn into http:

                    • neue cc - AlterNats - ハイパフォーマンスな.NET PubSubクライアントと、その実装に見る.NET 6時代のSocketプログラミング最適化のTips、或いはMagicOnionを絡めたメタバース構築のアーキテクチャについて

                      タイトルはここぞとばかりに全盛りにしてみました!今回NATSの.NETクライアント実装としてAlterNatsというライブラリを新しく作成し、公開しました。 github - Cysharp/AlterNats 公式の既存クライアントの3倍以上、StackExchange.RedisのPubSubと比較して5倍以上高速であり、通常のPubSubメソッドは全てゼロアロケーションです。 そもそもNATSとはなんぞやか、というと、クラウドネイティブなPubSubのミドルウェアです。Cloud Native Computing Foundationのincubating projectなので、それなりの知名度と実績はあります。 PubSubというと、特にC#だとRedisのPubSub機能で行うのが、StackExchange.Redisという実績あるライブラリもあるし、AWSやAzure、GCP

                      • JEP 380: Unix-Domain Socket Channels

                        Summary Add Unix-domain (AF_UNIX) socket support to the socket channel and server-socket channel APIs in the java.nio.channels package. Extend the inherited channel mechanism to support Unix-domain socket channels and server socket channels. Goals Unix-domain sockets are used for inter-process communication (IPC) on the same host. They are similar to TCP/IP sockets in most respects, except that th

                        • Express.js Spam PRs Incident Highlights the Commoditization of Open Source Contributions - Socket

                          Express.js Spam PRs Incident Highlights the Commoditization of Open Source ContributionsA mountain of spam PRs landed in the Express.js project repo after a popular YouTube tutorial used it as an example for contributing to open source. This put a spotlight on the mandate for job seekers to find a way to contribute to OSS. A tidal wave of spam pull requests recently hit the popular Express.js open

                            Express.js Spam PRs Incident Highlights the Commoditization of Open Source Contributions - Socket
                          • Introducing "safe npm", a Socket npm Wrapper - Socket

                            Introducing "safe npm", a Socket npm WrapperSocket is proud to introduce an exciting new tool—“safe npm”—that protects developers whenever they use npm install. Socket is proud to introduce an exciting new tool—“safe npm”—that protects developers whenever they use npm install. Socket’s “safe npm” CLI tool transparently wraps the npm command and protects developers from malware, typosquats, install

                              Introducing "safe npm", a Socket npm Wrapper - Socket
                            • AMD、次世代CPU Ryzen 7000シリーズに対応する最新Socket AM5マザーボードを披露 - エルミタージュ秋葉原

                              AMD、次世代CPU Ryzen 7000シリーズに対応する最新Socket AM5マザーボードを披露 2022.08.05 03:18 更新 2022.08.04 配信 AMD(本社:アメリカ)は2022年8月4日(現地時間)、オンラインイベント「Meet the Experts」を開催。主要マザーボードメーカーの担当者を集め、次世代CPU Ryzen 7000シリーズに対応するSocket AM5マザーボードを披露した。そこで今回は新製品を中心に紹介をしていこう。 ASUSからは新モデル「ROG Crosshair X670E Hero」登場 ASUSでは、COMPUTEX TAIPEI 2022に合わせて「ROG Crosshair X670E Extreme」が発表されているが、新たなAMD X670Eマザーボードとして「ROG Crosshair X670E Hero」が公開され

                                AMD、次世代CPU Ryzen 7000シリーズに対応する最新Socket AM5マザーボードを披露 - エルミタージュ秋葉原
                              • dockerコマンド実行時の「Got permission denied while trying to connect to the Docker daemon socket」 - Libra Studio Log

                                こんばんは、daihaseです。 今日はdockerついて。 Ubuntu(18.04)環境にdockerをインストールし、早速dockerコマンドを叩いたらタイトルのようなメッセージが出て叩けませんでした。 dockerコマンドはデフォルトではroot権限なしには叩けないようになっています。 そこでdockerグループにユーザーを追加し、sudoなしでも叩けるようにしましょう。 まず以下を実行し、現在ログインしているユーザーをdockerグループへ追加。 $ sudo gpasswd -a $(whoami) docker 次にdocker.sock にグループでの書き込み権限を付与。 $ sudo chgrp docker /var/run/docker.sock 最後にdocker daemonを再起動します。 $ sudo service docker restart これで適当に

                                  dockerコマンド実行時の「Got permission denied while trying to connect to the Docker daemon socket」 - Libra Studio Log
                                • GitHub - stealthrocket/net: Go package implementing WASI socket extensions

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - stealthrocket/net: Go package implementing WASI socket extensions
                                  • API Gateway + Web Socket で Auth0 の認証をするカスタムオーソライザーをつくってみた | DevelopersIO

                                    API Gateway + WebSocket で Auth0 を使った認証を行うカスタムオーソライザーを作成してみました。今回は Auth0 の Vue.js のサンプルを参考に実装をおこなっていきます。全体のソースコードはgithubにPushしています 西田@大阪です。 API Gateway + WebSocket で Auth0 を使った認証を行うカスタムオーソライザーを作成してみました。今回は Auth0 の Vue.js のサンプルを参考に実装をおこなっていきます。全体のソースコードは github に Pushしています サーバー側を作成 Serverless Framework(以下 sls) のプロジェクトを作成し必要なライブラリをインストールします $ sls create --template aws-python3 --name wsauth0 --path ws

                                      API Gateway + Web Socket で Auth0 の認証をするカスタムオーソライザーをつくってみた | DevelopersIO
                                    • RubyでSlackのbotをつくる2021:Socket Mode編 - Qiita

                                      パット見て何が起きるのかわかりやすくていいですね。 そんなわけで、本来は Bolt を選択すれば何の問題もないのですが、僕自身は Ruby が好きなので可能であれば Ruby で Slack bot を作りたいな……という気持ちがあります。1 Rubyの場合は? Ruby で bot を作るとすると、このあたりとかでしょうか? slack-ruby-bot / slack-ruby-bot-server Ruboty+ruboty-slack-rtm Mobb などなど。公式ページにもいろいろツールやライブラリがまとめられています 。 slack-ruby-bot は名前のとおり Slack 専用のライブラリで、 Ruboty と Mobb はどちらも汎用 bot フレームワークで Slack に対応したアダプターが存在するタイプのものです。 かつての Slack は「ちょっとすごい IR

                                        RubyでSlackのbotをつくる2021:Socket Mode編 - Qiita
                                      • AMDの新Socket AM5マザーボードで新しいOCメモリ「EXPO」に対応

                                          AMDの新Socket AM5マザーボードで新しいOCメモリ「EXPO」に対応
                                        • DockerがErrorで起動しない(Ports are not available: listen ~An attempt was made to access a socket in a way forbidden by its access permissions.) - Qiita

                                          DockerがErrorで起動しない(Ports are not available: listen ~An attempt was made to access a socket in a way forbidden by its access permissions.)WindowsDockerdocker-compose 症状 以前から、Dockerを使用していました。 久しぶりに使ったら、 "Error response from daemon: Ports are not available: listen tcp 0.0.0.0:3306: bind: An attempt was made to access a socket in a way forbidden by its access permissions." エラーで使用できません。 環境は、windows(WSL

                                            DockerがErrorで起動しない(Ports are not available: listen ~An attempt was made to access a socket in a way forbidden by its access permissions.) - Qiita
                                          • AWSのELB(ALB)におけるSocket.IOのwebsocket接続と負荷分散 - Stickiness(Sticky session)の活用 - このすみノート

                                            AWSではELB(Elastic Load Balancing)を活用し、アクセスの振り分けや負荷分散を行なうのがメジャーです。 ロードバランサーを使った構成は、通常のWebシステムではごくごく一般的です。 ただしSocket.IOを使ったウェブソケット(websocket)接続では、問題となる場合があります。 これには理由がありまして、私も調査に苦労しました。 まずは前提となる知識を共有しつつ、備忘録を兼ねて解説します。 目次 目次 Socket.ioの仕組みをざっくりと理解する ロングポーリング(polling) ロングポーリングからウェブソケット(websocket)へ Connection: Upgrade ロードバランスされるとセッション(sid)が引き継げない問題 Redisによるセッションの共有 Application Load Balancer Stickiness(Sti

                                              AWSのELB(ALB)におけるSocket.IOのwebsocket接続と負荷分散 - Stickiness(Sticky session)の活用 - このすみノート
                                            • Socket.IO 3 Release | Socket.IO

                                              We are happy to announce the release of Socket.IO v3! Migration guide​This release contains a few non backward compatible changes. We have published a dedicated migration guide with all necessary details. Why Socket.IO in 2020?​That's an excellent question actually. Depending on your use case, it might make sense to use plain WebSocket directly: client: MDN, Can I use?server: ws or eiows in the No

                                                Socket.IO 3 Release | Socket.IO
                                              • Production ready eBPF, or how we fixed the BSD socket API

                                                Production ready eBPF, or how we fixed the BSD socket API02/17/2022 As we develop new products, we often push our operating system - Linux - beyond what is commonly possible. A common theme has been relying on eBPF to build technology that would otherwise have required modifying the kernel. For example, we’ve built DDoS mitigation and a load balancer and use it to monitor our fleet of servers. Thi

                                                  Production ready eBPF, or how we fixed the BSD socket API
                                                • docker で nginx & php-fpm の PHP 実行環境を構築する(TCP/UNIX domain socket)

                                                  HomeDockerdocker で nginx & php-fpm の PHP 実行環境を構築する(TCP/UNIX domain socket)

                                                    docker で nginx & php-fpm の PHP 実行環境を構築する(TCP/UNIX domain socket)
                                                  • /proc/PID/fd の socket の接続先を調べる方法

                                                    Linux で何か調査をしていて、lsof が使えない場合に /proc/{PID}/fd 配下でそのプロセスが開いているファイルやソケットを確認したりしますが、ソケットの場合、通信相手が分かりませんでした。私は。でも知ってしまったのですその方法を。(数ヶ月前に) ということで次回以降のためにメモです。 # ls -l /proc/5322/fd total 0 lr-x------. 1 root root 64 Oct 17 15:23 0 -> /dev/null lrwx------. 1 root root 64 Oct 17 15:23 1 -> /dev/null lrwx------. 1 root root 64 Oct 17 15:23 2 -> /dev/null lrwx------. 1 root root 64 Oct 17 15:23 3 -> socket:

                                                      /proc/PID/fd の socket の接続先を調べる方法
                                                    • 【Security Hub修復手順】[S3.5] S3 バケットでは、Secure Socket Layer を使用するためのリクエストの要求が必要です。 | DevelopersIO

                                                      こんにちは、AWS事業本部の平井です。 皆さん、お使いのAWS環境のセキュリティチェックはしていますか? 当エントリでは、AWS Security HubによるAWS環境のセキュリティ状況スコアリングに該当する項目についての修正手順をご紹介します。 本記事の対象コントロール [S3.5] S3 バケットでは、Secure Socket Layer を使用するためのリクエストの要求が必要です。 [S3.5] S3 buckets should require requests to use Secure Socket Layer 前提条件 本記事はAWS Security Hubで「AWS基礎セキュリティのベストプラクティススタンダード」を利用されている方向けの内容です。 AWS Security Hubの詳細についてはこちらのブログをご覧ください。 対象コントロールの説明 対象コントロール

                                                        【Security Hub修復手順】[S3.5] S3 バケットでは、Secure Socket Layer を使用するためのリクエストの要求が必要です。 | DevelopersIO
                                                      • リアルタイムWebアプリケーション用JavaScriptライブラリ「Socket.IO 3」がリリース

                                                        CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

                                                          リアルタイムWebアプリケーション用JavaScriptライブラリ「Socket.IO 3」がリリース
                                                        • Node.js Community Debate Intensifies Over Enabling Corepack by Default and Potentially Unbundling npm - Socket

                                                          Node.js Community Debate Intensifies Over Enabling Corepack by Default and Potentially Unbundling npmThe Node community is wrestling with the decision to enable Corepack by default, which has sparked a debate about the potential of removing npm from the Node.js binary. A heated debate is happening in the Node.js community over a proposal to enable Corepack by default that was opened in November 20

                                                            Node.js Community Debate Intensifies Over Enabling Corepack by Default and Potentially Unbundling npm - Socket
                                                          • Socket()とかBind()とかを理解する - Qiita

                                                            この記事の概要 サーバーサイドを勉強していると、socket()やらbind()というような難しそうな用語がよく登場します。今まではこれらの概念から目を背けてきましたが、一人前のエンジニアになるためには理解しておく必要がありそうです。 しかし、フロントエンドと違い、バックエンド関係の記事はとにかく小難しいです。古い記事が多いですし、難しい単語を羅列して攻撃してきます。 なので、落ちている記事を自分なりに噛み砕いて、ここに置いておこうと思います。 ここからは、コネクション型通信:サーバプログラムの作成という分かりやすい記事を主軸として、細かい部分をLinuxのマニュアルページで補完しながら書いていきます。 プログラムの流れ サーバのプログラムは、6つのフェーズから構成されます。 はじめ

                                                              Socket()とかBind()とかを理解する - Qiita
                                                            • ビデオチャットアプリを作る ( WebRTC + Node.js + Socket.io )

                                                              ビデオチャットアプリを作る ( WebRTC + Node.js + Socket.IO ) WebRTC と Node.js と Socket.IO を用いて、ビデオチャットアプリを作成する方法を解説します。 WebRTCは、JavaScript APIの一つで、リアルタイムP2P通信を提供します。WebRTCを利用すると、ウェブブラウザをクライアントとして、2つのクライアント間で、映像や音声や独自データをリアルタイムに送受信するウェブアプリケーションを作成することができます。 RTCは、 Real-Time Communicationの略です。 使用開発環境は、以下です。 Node.js : version 10.16.3 Express : version 4.17.1 Socket.IO : version 2.3.0

                                                              • TypeScriptを使った、Next.js + ExpressカスタムサーバーでSocket.ioのチャットアプリをDockerで実装 - Qiita

                                                                TypeScriptを使った、Next.js + ExpressカスタムサーバーでSocket.ioのチャットアプリをDockerで実装Socket.ioExpressTypeScriptDockerNext.js 目的 Next.jsに本来、含まれていないWebSocket機能をCustom ServerのSocket.ioで実装した上で、Dockerのコンテナで実行する。 目次 Next.jsでチャットアプリの作成 Custom ServerをTypeScriptで立ち上げる Production用にBuildできるように設定する Dockerの設定を行う DockerコンテナをBuildして終わり! チャットアプリの作成 以下のCommandを実行してNextのTypeScriptプロジェクトを作ります。 https://nextjs.org/docs/api-reference/c

                                                                  TypeScriptを使った、Next.js + ExpressカスタムサーバーでSocket.ioのチャットアプリをDockerで実装 - Qiita
                                                                • はじめてのSocket.io #1 「リアルタイムなチャットを作る」 - ねこの足跡R

                                                                  Node.jsのキラーソフトの一つとも言われて久しいSocket.ioを使ってリアルタイム通信を行います。コツさえ分かれば非常に簡単に開発できてしまうのでプロトタイプや小規模なプロジェクトにオススメ。 今回は以下の動画のように複数のクライアント間でリアルタイムに通信が行える簡易チャットをHTML+JavaScriptで作成してみます。 www.youtube.com 基本的な解説 Socket.ioは何をやってるの? 制約や注意点 P2Pじゃダメなの? 環境構築 インストール サンプルコード serve.js index.html 実行する サーバを起動 ブラウザから確認 サーバを終了 解説 大まかな原理 クライアント ライブラリを取得 サーバへ接続 Socket.ioサーバへ送信 Socket.ioサーバから受信 サーバ クライアントの接続 - connection クライアントへ一斉送

                                                                    はじめてのSocket.io #1 「リアルタイムなチャットを作る」 - ねこの足跡R
                                                                  • GitHub - billchurch/webssh2: Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                                      GitHub - billchurch/webssh2: Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
                                                                    • Socket to me

                                                                      Illustration and design by Casey Labatt-Simon.Socket Mode enables you to build powerful Slack integrations safely behind your company’s firewall and unlocks access to the platform’s most interactive features — from the Events API to Block Kit to Workflow Builder. Today, millions of daily active users get exponential value from bringing their work into Slack. For developers, this means as Slack gro

                                                                        Socket to me
                                                                      • Container Runtime Meetup #1でNOTIFY SOCKETについて話してきました | うなすけとあれこれ

                                                                        Container Runtime Meetup #1 - connpass に参加して NOTIFY_SOCKET について調べたことを話してきました。 この記事ではその内容の書き起こしと、その場で行われた会話についてのメモについて書きます。 参加するきっかけ @udzuraさんにそそのかされたことがきっかけです。 ⁦@yu_suke1994⁩ 情報です https://t.co/U5zsvUlz30 — Uchio KONDO 🔫 (@udzura) August 27, 2019 あまりよくないExecuteをすると、普段はRails APIを運用していてRubyしか書いておらず、Goも数年前にCLI toolを作った程度で、GoやLinuxのコンテナ回りに詳しいという訳ではありません。 読む対象について connpassのイベント概要に 少人数の輪読形式です。「参加枠1」の方々に

                                                                          Container Runtime Meetup #1でNOTIFY SOCKETについて話してきました | うなすけとあれこれ
                                                                        • GitHub - atek-cloud/spork: [CLI app] Peer-to-peer socket magic in the air

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - atek-cloud/spork: [CLI app] Peer-to-peer socket magic in the air
                                                                          • 2020-11-10のJS: Socket.IO 3.0.0、core-js 3.7.0、SvelteKit

                                                                            JSer.info #513 - Socket.IO 3.0.0がリリースされています。 Release 3.0.0 · socketio/socket.io-client Socket.IO 3 Release | Socket.IOのリリース記事では、 現在ではWebSocketsのfallbackとしてのSocket.IOの機能はそこまで重要ではありませんが、auto-reconnectionような機能などには引き続き価値があるという話が書かれています。 2.xから3.0.0への変更点やマイグレーションについては次のページにまとめられています。 Migrating from 2.x to 3.0 | Socket.IO Engine.IO 4へのアップデートも含まれています。 破壊的な変更として、maxHttpBufferSizeが100MBから1MBに変更、CORSの設定方法の変更

                                                                              2020-11-10のJS: Socket.IO 3.0.0、core-js 3.7.0、SvelteKit
                                                                            • CDK + API Gateway + Web Socket を使ってみた | DevelopersIO

                                                                              API GatewayでWeb Socket APIを作ってみたのでご紹介します。 作りたいものとしては、S3に画像をアップロードする機能があり、その際に管理画面などに画像がアップロードされたのを通知で表示したいというものです。 簡単な構成としては以下のような感じです。 今回紹介するソースコードは、Typescriptで記述しています。 作ったサンプルは以下のGitHubで公開しています。 WebSocket AWS環境を構築 CDKでAWS環境を構築します。 S3を作成 画像のアップロード先のS3を作成します。 const webSocketBucket = new s3.Bucket(this, 'webSocketBucket') DynamoDBのテーブルを作成 クライアント接続時のコネクションIDを保持するDynamoDBのテーブルを作成します。 画像がアップロードされた場合の通

                                                                                CDK + API Gateway + Web Socket を使ってみた | DevelopersIO
                                                                              • Slack + Electron + Socket.ioを使ってニコニコ動画風にメッセージを表示する - Qiita

                                                                                はじめに Slack APIを使ってみたく、ただメッセージを表示するだけではつまらないので、 ニコニコ動画風にメッセージを表示するアプリケーションを作成してみました。 構成 Slack:Slack Events APIを使って、メッセージ受信時にサーバーに通知 サーバー(EC2):Events APIを受けっとって、Electronアプリにメッセージを送信 Electron:Socket.ioでサーバーからメッセージを受け取りニコニコ動画風に描画 必要なもの PC サーバー(EC2) Slackのアカウント 参考にしたサイト Electronでデスクトップいっぱいに雪を降らせるアプリを作る AWS初心者でもわかる! ブラウザ上で完結! AWS+Slack Event APIを使ったSlackボット超入門 Node.js + Express + Socket.ioで簡易チャットを作ってみる

                                                                                  Slack + Electron + Socket.ioを使ってニコニコ動画風にメッセージを表示する - Qiita
                                                                                • Got permission denied while trying to connect to the Docker daemon socket at 解決方法 - Qiita

                                                                                  Got permission denied while trying to connect to the Docker daemon socket at 解決方法UbuntuDocker Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission denied 以下のコマンドを実行する。 sudo chmod 666 /var/run/docker.sock 解決できたかどうかの確認で何らかの docker コマン

                                                                                    Got permission denied while trying to connect to the Docker daemon socket at 解決方法 - Qiita

                                                                                  新着記事