mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Implement SocketNodeInstance
This commit is contained in:
@@ -39,6 +39,8 @@ namespace Microsoft.AspNetCore.NodeServices
|
||||
{
|
||||
case NodeHostingModel.Http:
|
||||
return new HttpNodeInstance(options.ProjectPath, /* port */ 0, watchFileExtensions);
|
||||
case NodeHostingModel.Socket:
|
||||
return new SocketNodeInstance(options.ProjectPath, watchFileExtensions);
|
||||
case NodeHostingModel.InputOutputStream:
|
||||
return new InputOutputStreamNodeInstance(options.ProjectPath);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user