Skip to content

poc into using a broker and workers for all api request

License

Notifications You must be signed in to change notification settings

anzerr/atium.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Creates a api that will create tasks for each request to be worked on by a outside worker.

  • broker (broker that pools the task and emits events throught the network)
  • api (front api that creates tasks)
  • worker (has two workers one to create a user into a "db" and an other to validate the password)

Run

npm run start