Skip to content
Tom Bui [SSW] edited this page Jun 17, 2021 · 13 revisions

Welcome to the SSW.CodeAuditor wiki!

  1. 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
  1. 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
  1. 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
  1. CodeAuditor's Architecture Diagram Untitled Diagram
Clone this wiki locally