Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
InvincibleDRT
/
JavaScriptServices
Public
forked from
aspnet/JavaScriptServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScriptServices
src
Microsoft.AspNetCore.NodeServices
Configuration
on
angular4-prerender-data-example
User selector
All users
All time
Commit history
Commits on May 18, 2017
Remove obsolete 1.x APIs
SteveSandersonMS
committed
33cc640
View commit details
Copy full SHA for 33cc640
View code at this point
Browse repository at this point
Commits on Nov 30, 2016
Eliminate the NodeHostingModel enum because it isn't extensible. Instead, use extension methods on NodeServicesOptions to configure a NodeInstanceFactory.
SteveSandersonMS
committed
ebf5a18
View commit details
Copy full SHA for ebf5a18
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Add XML docs to core packages
SteveSandersonMS
committed
3ff4447
View commit details
Copy full SHA for 3ff4447
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
All NodeServices invocations now have a default timeout, plus a descriptive exception if that happens
SteveSandersonMS
committed
041d173
View commit details
Copy full SHA for 041d173
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Design review: Change AddNodeServices to take an Action<NodeServicesOptions> like other aspects of MVC DI config
SteveSandersonMS
committed
f0d954b
View commit details
Copy full SHA for f0d954b
View code at this point
Browse repository at this point
Design review: Always instantiate via DI
SteveSandersonMS
committed
f04fb8c
View commit details
Copy full SHA for f04fb8c
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Add ability to configure environment variables for Node instances, plus auto-populate NODE_ENV based on IHostingEnvironment when possible. Fixes #230
SteveSandersonMS
committed
0981599
View commit details
Copy full SHA for 0981599
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Support new config options to launch the Node process with a debug listener. This is compatible with node-inspector.
SteveSandersonMS
committed
f2f67fe
View commit details
Copy full SHA for f2f67fe
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
Switch to native .NET logging APIs
SteveSandersonMS
committed
f4efcac
View commit details
Copy full SHA for f4efcac
View code at this point
Browse repository at this point
Adding support for capturing the output of a node instance for custom logging implementations.
pauldotknopf
authored and
SteveSandersonMS
committed
27ffa72
View commit details
Copy full SHA for 27ffa72
View code at this point
Browse repository at this point
Added OnBeforeStartExternalProcess callback which to NodeServicesOptions (and OutOfProcessNodeInstance, SocketNodeInstance and HttpNodeInstance) to configure environment of the node.exe process to …
Show description for 7119815
thunder7553
authored and
SteveSandersonMS
committed
7119815
View commit details
Copy full SHA for 7119815
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Move file-watching logic into .NET to avoid Node's fs.watch issues on Windows (#128)
SteveSandersonMS
committed
eec370e
View commit details
Copy full SHA for eec370e
View code at this point
Browse repository at this point
Move logic for restarting Node child process into NodeServicesImpl. Tidy up lots.
SteveSandersonMS
committed
a19e37f
View commit details
Copy full SHA for a19e37f
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic
SteveSandersonMS
committed
4fb3b18
View commit details
Copy full SHA for 4fb3b18
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.