MirzaMerdovic / honey_pot

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary and is responsible for storing the values and clearing it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

honey_pot

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary. Hosted service on every poll interval is going to store the values to Redis and clear the dictionary.

About

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary and is responsible for storing the values and clearing it.

License:The Unlicense


Languages

Language:C# 84.7%Language:Dockerfile 7.8%Language:JavaScript 7.5%