Skip to content

asmprotocol/node-js-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js server sample for the asmprotocol

node.js server application for the Application Server Management Protocol.

Setup

git clone https://github.com/asmprotocol/node-js-server
cd node-js-server
npm install # or yarn install

Run

npm start

You can specify the port with the environment variable ASMP_PORT, e.g. ASMP_PORT=8080 npm start

Test

You can run the API tests with:

npm run test

About

Node.js server implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published