# NodeAppResource

- Kind: `class`
- Package: [Aspire.Hosting.JavaScript](/reference/api/csharp/aspire.hosting.javascript.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.JavaScript`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting.JavaScript/NodeAppResource.cs)
- Inherits: [JavaScriptAppResource](/reference/api/csharp/aspire.hosting.javascript/javascriptappresource.md)
- Implements: `IContainerFilesDestinationResource`, `IResource`, `IResourceWithEndpoints`, `IResourceWithServiceDiscovery`

A resource that represents a node application.

## Definition

```csharp
namespace Aspire.Hosting.JavaScript;

public class NodeAppResource
    : Aspire.Hosting.JavaScript.JavaScriptAppResource,
      Aspire.Hosting.ApplicationModel.IContainerFilesDestinationResource,
      Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithEndpoints,
      Aspire.Hosting.IResourceWithServiceDiscovery
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `Aspire.Hosting.JavaScript/NodeAppResource`

## Constructors

- [NodeAppResource(string, string, string)](/reference/api/csharp/aspire.hosting.javascript/nodeappresource/constructors.md#constructor-string-string-string) -- A resource that represents a node application.
