1.0.0 • Published 5 months ago

live-product-feed v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

App realtime to alert about new products in the feed

Install all dependencies

npm i

Run websocket server

npm run socket

Run API server

npm run api

Run the application NEXTJS with

npm run consumer

Try conection client

npm run test

API Endpoints

MethodRouteDescriptionParams
POST/events/productReceives new product notifications and emits a WebSocket event.product_id: NUMBER
GET/productsReturns the list of products (for clients that need to fetch data).Nothing