はじめに
- stackblitsをはじめて利用した
- コードのシェアに便利そう
- 編集もできるので、コードを触って試してもらうこともできる
- シェア数の制限などはない
- webcontainer(ブラウザ上でnode.jsの実行環境をエミュレートするものらしい)上で実行されるため、シェアしてもDDoSの踏み台などに使われることはなさそう
公開例
参考
The Personal Plan is a free account that allows you to create unlimited public projects in both Classic and Codeflow editors. All you need to do is sign in with your GitHub account!
訳:「Personal Plan」は、ClassicエディターとCodeflowエディターの両方で、公開プロジェクトを無制限に作成できる無料アカウントです。GitHubアカウントでサインインするだけで利用を開始できます。
Again, these environments are not running on remote servers. Instead, each environment is completely contained within your web browser. That’s right: the Node.js runtime itself is running natively, inside the browser, for the first time ever.
訳:繰り返しますが、これらの環境はリモートサーバー上で動作しているわけではありません。各環境は完全にWebブラウザ内に収まっています。つまり、Node.jsランタイム自体が、史上初めてブラウザ内でネイティブに動作するようになったのです。

