Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 230 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 230 Bytes

ExpressJS and TypeScript

Installation

git clone https://github.com/naphattharawat/mqtt-server
cd mqtt-server
npm i
cp .env.text .env

Running

node index.js

PM2

pm2 start index.js mqtt-server