Skip to content

Commit

Permalink
Update readme.md (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanbenb authored Sep 6, 2020
1 parent 70da200 commit e909429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ For this part, as we said before, assume providers are identified by their name,
* Understanding when and which service received/published messages on certain channel
* Performance - How much time each subscriber/publisher worked on each message?
* Understanding a workflow - If a specific request from the client creates a chain of messages moving from channel to channel, how can we easily tell what the workflow is?
- Create a wrapper library for the pubsub system. It should be used as a JS client for people who want to use the pubsub system without executing HTTP requests by themselves. It should find an available port, spin up a server to listen on that port and use that port to listen to published messages.
- Create a wrapper library for the pubsub system. It should be used as a native client ,in the language you chose to implement the code interview with, for people who want to use the pubsub system without executing HTTP requests by themselves. It should find an available port, spin up a server to listen on that port and use that port to listen to published messages.

# Good luck from all of us at Vim!

0 comments on commit e909429

Please sign in to comment.