Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 586 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 586 Bytes

Info

Example Scheduled Message Impplementation across various technologies, with use of NodeJS, TypeScript, Redis, Postgres, RMQ, AMQ. This material was prepared for London Node User Group prelection 25.07.2018 from various projects of mine, to ilustrate capabilities and limits of those technologies.

Install

yarn

Configuration

Create .env based on the .env.sample in top directory.

Run Redis

yarn ts-node:r

Run Postgres

yarn ts-node:pg

Run RMQ

yarn ts-node:rmq

Run RMQ

yarn ts-node:amq