Skip to content

Instantly share code, notes, and snippets.

@Densyakun
Created November 12, 2022 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Densyakun/a16c26008f3eab3c745cecf7e9417b01 to your computer and use it in GitHub Desktop.
Save Densyakun/a16c26008f3eab3c745cecf7e9417b01 to your computer and use it in GitHub Desktop.

Kozmik-IDE本体のパラダイム

ソフトウェアプラットフォームの選定

  • Web開発に、JavaScriptを使う
  • サーバーでもJavaScriptを使うことで生産性を向上できるため、Node.jsを使う
  • クライアント及びサーバーのHMRのためにNext.jsを使う
  • 入力補完のために、JavaScriptの代わりにTypeScriptを使う
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment