タグ nodeJS
人気順 10 users 50 users 100 users 500 users 1000 usersNode.jsのTypeScriptサポートについて
README.md Node.jsのTypeScriptサポートについて Date: 2024-07-28 Node.jsのTypeScriptサポートに関する議論を時系列でまとめたものです。 Start Issue: Support typescript with --experimental-strip-types · Issue #208 · nodejs/loaders SWCを使ってTypeScriptの型を削除することで、Node.jsのTypeScriptサポートを... 続きを読む
Support typescript with --experimental-strip-types · Issue #208 · nodejs/loaders
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 続きを読む
Node.jsに入る新しいCJSからESMへの読み込み方法の紹介 - hiroppy's site
新しくCJSとESMの間での解決方法が変わる提案が出てきました。 まだマージされてませんが、すでに複数の承認があり、この方針から変わることはないように見えるので紹介したいと思います。 module: support require()ing synchronous ESM graphs by joyeecheung · Pull Request #51977 · nodejs/node Summary This patch... 続きを読む
Renovate で Dockerfile 内の Node.js のバージョンも LTS版まであげてもらう - stefafafan の fa は3つです
Renovateを使ってるときに、Node.jsをv15とかv17とかにあげるPull Requestが出ることがあって気になっていたところ、特定状況下だとこうなることがわかったのでブログに書いておきます。なお、Node.jsのバージョンについては https://github.com/nodejs/Release#release-plan に詳しく書いてあります。 Dockerfile内で F... 続きを読む
lib: add fetch by targos · Pull Request #41749 · nodejs/node
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasion... 続きを読む
ISUCON10 オンライン予選の利用言語比率 : ISUCON公式Blog
ISUCON10 オンライン予選の利用言語比率を公開します。オンライン予選は490チームの参加があり、運営で把握ができたのは468チームとなりました。 オンライン予選 利用言語比率利用率の全体ランキングは以下の通りです。 Go 276組 59.0% Ruby 81組 17.3% Python 47組 10.0% Nodejs 29組 6.2... 続きを読む
GitHub - TomPrograms/stormdb: ?️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.
Dismiss Join GitHub today GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up ?️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron. 続きを読む
? Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly) | Technorage
Technorage Where I rage about technology and stuff! Deepu K SasidharanFollow JHipster co-lead, Java, JS, Cloud Native Advocate, Dev @ XebiaLabs, Author, Speaker, Software craftsman. Loves simple & beautiful code. bit.ly/JHIPSTER-BOOK 27 Jan 2020 | 15 mins read Please follow me on Twitter for upda... 続きを読む
modules/unflagging-announcement.md at master · nodejs/modules · GitHub
Announcing core Node.js support for ECMAScript modules Node.js 13.2.0 ships support for ECMAScript modules, known for their import and export statements. This support was previously behind the --experimental-modules flag, which is no longer required; however the implementation remains experimenta... 続きを読む
Go言語で実装するプラグイン機構 - kamijin-fanta
ソフトウェアに拡張性を持たせる時にプラグイン機構を持たせる事は一般的ですが、それを実現する方法は結構バラバラなのかなと思います。例えば、 C言語等の.so/.dllを読み込む方法 Nodejsのような言語での単なるimport TCPやUnixソケットを利用してRPC通信を行う方法 などが有るのかなと思います。1番目・2番目は、関数... 続きを読む
esm: --experimental-wasm-modules integration support by guybedford · Pull Request #27659 · nodejs/node · GitHub
Dismiss Join GitHub today GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together. Sign up Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the communi... 続きを読む
Node.jsのビルトインモジュールに名前空間が使われるかもしれない - 技術探し
2018 - 05 - 25 Node.jsのビルトインモジュールに名前空間が使われるかもしれない Node JavaScript Tweet 注意: これはまだ未定です。 他にいい案があれば、提案やコメントをしてほしいです。 'use strict' ; const fs = require( '@nodejs/fs' ); // import fs from '@nodejs/fs'; con... 続きを読む
【注意】AWS LambdaでNode.js v4.3の終了がアナウンスされました | Developers.IO
https://github.com/nodejs/Release/blob/master/README.md より v8系はOpenSSL-1.0.2のEOLに合わせてEOLになるためMaintenance LTSの期間が短くなっています。 AWS LambdaにおけるNode.js v4.3のEOL AWS Lambdaではアナウンスメントに以下の記載が有ります。 New function c... 続きを読む
Implement window.fetch into core · Issue #19393 · nodejs/node · GitHub
Dismiss Join GitHub today GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together. Sign up Have a question about this projec... 続きを読む
次のリリースであるwebpack 4の主な変更点まとめ - 技術探し
2017 - 12 - 25 次のリリースであるwebpack 4の主な変更点まとめ webpack JavaScript Tweet ドワンゴ の アドベントカレンダー の17日が空いているので本来その予定で書かれた記事ではないですが、そこに埋めます。 2日連続になってしまった。。 qiita.com Happy Xmas, Noders! #Nodejs pic.twitter.com/Rsx... 続きを読む
nodejsの標準モジュールzlibはworker threadを使うらしく - Islands in the byte stream
2017 - 11 - 21 nodejsの標準モジュールzlibはworker threadを使うらしく Zlib | Node.js v9.2.0 Documentation Note that all zlib APIs except those that are explicitly synchronous use libuv's threadpool, which can have su... 続きを読む
GitHub - pubkey/rxdb: Client-Side Database for Browsers, NodeJS, electron, cordova, react-native and every other javascript-runtime
Reactive, serverless, client-side, offline-first database in javascript. Features Omniusable on browsers, nodejs, electron, cordova, react-native and every other javascript-runtime Reactive data-handl... 続きを読む
IoTデバイスにもスクリプト言語のススメ - フォトシンス エンジニアブログ
2016 - 12 - 11 IoTデバイスにもスクリプト言語のススメ @KoheiAkitaです。11日目を担当します。 今回は、 スクリプト言語 を馬鹿にしていた組み込みエンジニアが、 スクリプト言語 が組み込み開発にもどれだけ向いているかを力説します。 前回での私の記事の中でご紹介しましたが、私が現在組み込みの開発に用いている言語はNodejsです。私の今までの開発の中で、 スクリプト の存... 続きを読む
WebSocket大合戦:Clojure、C++、Elixir、Go、NodeJS、Ruby | プログラミング | POSTD
Webアプリにリアルタイムの双方向通信が必要な場合、WebSocketを選ぶのは自然なことです。では、どのツールでWebSocketサーバを構築すべきでしょうか。本記事では、Clojure、C++、Elixir、Go、NodeJS、Rubyのそれぞれの言語で実装されたシンプルなWebSocketサーバを比較します。Webアプリにリアルタイムの双方向通信が必要な場合、WebSocketを選ぶのは自然... 続きを読む
docker-node/BestPractices.md at master · nodejs/docker-node · GitHub
Docker and Node.js Best Practices Table of Contents Environment Variables Global npm dependencies Handling Kernel Signals Non-root User Memory CMD Docker Run Security node-gyp in alpine variant Environment Variables Run with NODE_ENV set to production. This is the way you would pass in secrets an... 続きを読む
高速でダウンロードできるツールを Go で実装した。 - Qiita
Code-Hex/pget - GitHub Parallel file download client linux カーネルのダウンロードが約1分で終わる様子 これは何なのか 簡単に言うと pget は Go 言語製の高速ダウンロードツールです。 wget っぽく気軽に実行できるように pget と名付けました。 作成の経緯 たまたま Nodejs で Range header に対してス... 続きを読む
Enable Node.js to run with Microsoft's ChakraCore engine by kunalspathak · Pull Request #4765 · nodejs/node · GitHub
( Note from the CTC (Fishrock123) : This thread is expected to garner a lot of attention. Comments that are not productive to discussing the technical aspects may be removed.) Enable Node.js to option... 続きを読む
AWS Lambdaで効率的にgoバイナリを実行する — そこはかとなく書くよん。
AWS Lambdaで効率的にgoバイナリを実行する 最近LambdaとAPI Gatewayを結構使ってて、これはいいな、と思っていたところ、 AWS LambdaでJavaとNode.jsとGoの簡易ベンチマークをしてみた という記事を見かけたので、関連した記事を書いてみます。 前提条件 AWS Lambdaではnodejsなどが使えますが、golangは(今のところ)使えません。従って、go... 続きを読む
nodejs - JavaScriptの配列の使い方まとめ。要素の追加,結合,取得,削除。 - Qiita
ここではJavaScriptの配列である、Arrayの基本的な使い方をまとめました。主な内容としては、要素の追加、結合、取得、削除となります。 続きを読む
CVE-2015-7384 Denial of Service Vulnerability · Issue #3138 · nodejs/node · GitHub
Originally posted @ https://groups.google.com/forum/#!topic/nodejs-sec/fSNEQiuof6I Description and CVSS Score A bug exists in Node.js versions 4.0.0 to 4.1.1 whereby an external attacker can cause a d... 続きを読む