Skip to content

cycdpoCodeLab/iis_express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iis_express

Usage

  • Environment Install

    • Install Node & Git
    • Install IIS URL Rewrite extension (may need to restart the server)
    • Install iisnode
      • verification: run %programfiles%\iisnode\setupsamples.bat to setup samples.Then visit http://localhost/node
  • Use

    • clone
    $ git clone https://github.com/cycdpoCodeLab/iis_express.git
    • Install dependencies
    # via npm
    $ npm install
    
    # or via yarn
    $ yarn install
    • IIS Configuration
      • add application iis_express. Set physical path.
      • verification: http://localhost/iis_express/api/app
  • enjoy!

About

express demo for iis(based on iisnode)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published