Skip to content

Microservice for broadcasting stock updates using GraphQL Subscriptions

License

Notifications You must be signed in to change notification settings

Miljoen/stock-update-microservice

Repository files navigation

Software License

Stock Update Microservice

Microservice for sending stock related updates.

Examples are placed orders or placed reservations (item is basket)

The purpose of this project is to offload any GraphQL Subscription traffic (Websockets) to a dedicated microservice.

Technology

TypeScript NodeJS Apollo-GraphQL GraphQL

See package.json for full list.

Installation (you can copy and paste all of this in your terminal)

git clone [email protected]:Miljoen/stock-update-microservice.git
cd stock-update-microservice
cp .env.example .env
nvm use
npm install
npm run start

Visit 127.0.0.1:4000/graphql

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Microservice for broadcasting stock updates using GraphQL Subscriptions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published