-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Tom Bui [SSW] edited this page Jun 17, 2021
·
13 revisions
- Why we are using Golang, Node.js and HTMLHint
- Golang is used because it is the best at multi-threading and handles it better than other languages. There was already an example of scanning a site for broken links in Golang
- We use Node.js to run HTMLHint which is a
- Is this the correct way to implement rules checking?
- According to HTMLHint, this is the accurate way of implementing rules to check for HTML standards
- Are there any other libraries which Microsoft have developed which could replace the current HTMLHint
- As of now, we haven't found any Microsoft alternative for HTML static code analysis
- CodeAuditor's Architecture Diagram