Skip to content

Commit ff4b47e

Browse files
committed
2 parents a6067d8 + 9581b1a commit ff4b47e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ docker run -d -p 8080:8080 -p 8082:8082 mcr.microsoft.com/dts/dts-emulator:lates
6767
| .NET | Function Chaining | `cd samples/durable-task-sdks/dotnet/FunctionChaining/Worker && dotnet run` |
6868
| Python | Function Chaining | `cd samples/durable-task-sdks/python/function-chaining && pip install -r requirements.txt && python worker.py` |
6969
| Java | Function Chaining | `cd samples/durable-task-sdks/java/function-chaining && ./gradlew runChainingPattern` |
70+
| JavaScript | Function Chaining | `cd samples/durable-task-sdks/javascript/function-chaining && npm install && node worker.mjs` |
7071

7172
### Step 3: Open the dashboard
7273

@@ -82,7 +83,7 @@ Navigate to **[http://localhost:8082](http://localhost:8082)** to view orchestra
8283
| **Hosting** | Azure Functions | Any host (ACA, AKS, App Service, VMs) |
8384
| **Triggers** | HTTP, Timer, Queue, etc. | Self-managed |
8485
| **Scaling** | Built-in auto-scale | Bring your own scaling |
85-
| **Languages** | .NET, Python, Java, JavaScript | .NET, Python, Java |
86+
| **Languages** | .NET, Python, Java, JavaScript | .NET, Python, Java, JavaScript |
8687

8788
📖 [Choosing an orchestration framework →](https://learn.microsoft.com/azure/azure-functions/durable/durable-task-scheduler/choose-orchestration-framework)
8889

0 commit comments

Comments
 (0)