runjs
runjsは、C#で書かれた軽量なJavaScript実行環境です。ユーザーはブラウザ上で簡単にJavaScriptコードを実行し、結果を即座に確認できます。特に、学習やプロトタイピングに適しており、シンプルなインターフェースを提供しています。
GitHubスター
26
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
4
イシュー
0
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
The project is set up in the following structure:
```text
📁 app # A sample Nuxt web app to make it easier to test
📁 cli # A sample client application using Vercel AI SDK
📁 src
.env # 👈 Make your own from the .env.sample
.env.sample # Sample .envfile; make a copy as .env
📁 server
📁 Data # Database artifacts for Secrets
📁 Endpoints # .NET Web API endpoints to register and manage
secrets which can be used by the HTTP client
📁 Mcp # The MCP related artifacts
📁 Migrations # Migrations for the EF Core database
📁 Setup # DI container setup
Program.cs # A .NET MCP server exposing the Jint tool
📁 tests # Small suite of integration tests for HTTP API
calls and for the database access
builder-server.sh # Simple script (command) to build the container
docker-compose.yaml # Start the Aspire Dashboard container for OTEL and
a Postgres server for holding secrets.