Project installation
- git clone https://github.com/JustinTulloss/zeromq.node.git
- Install npm dependencies
- configure .env
- run
npm start
Project url
API:
GET /api/deals
GET /api/deals/:id
GET /api/symbols
SOCKET client example:
const socket2 = io('127.0.0.1:1000"', { path:"/data", transportOptions: { polling: { extraHeaders: { "Authorization": 'Bearer YOUR_JWT_TOKEN'} } }, });