| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
node.js server application for the Application Server Management Protocol.
git clone https://github.com/asmprotocol/node-js-server
cd node-js-server
npm install # or yarn installnpm startYou can specify the port with the environment variable ASMP_PORT, e.g. ASMP_PORT=8080 npm start
You can run the API tests with:
npm run test| Back | FazBrowse Home | New Git URL |