<div dir="ltr"><div class="gmail_extra">Kostas,</div><div class="gmail_extra"><br></div><div class="gmail_extra">It's written in C# and an <a href="http://ASP.NET">ASP.NET</a> application. It's easy enough to setup on Windows, Linux, or even on a Raspberry Pi. The instance I linked originally is actually running on an Amazon micro EC2 instance.</div><div class="gmail_extra"><br></div><div class="gmail_extra">For those using Debian based Linux, getting <a href="http://ASP.NET">ASP.NET</a> running on Apache is as simple as:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">sudo apt install apache2 mono-complete libapache2-mod-mono mono-apache-server4</div><div class="gmail_extra">sudo a2enmod mod_mono_auto</div><div class="gmail_extra">sudo service apache2 restart</div><div class="gmail_extra"><br></div><div class="gmail_extra">After than you simply drop my project into your public /var/www/html/, navigate to <a href="http://localhost">http://localhost</a>, and everything will work.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I am adding a few more nice features like a graph of user activity for administrators and some installation/usage guides to explain what the project is and is not, and then I'll be posting the project plus all its source to my gihhub account. Regarding enhancements, yes I am open to anything, but I want get it published with features and documentation I mentioned it first before I start adding more enhancements such as the ones you were suggested (which were great btw).</div><div class="gmail_extra"><br></div><div class="gmail_extra">And finally, to all about the source code and implementation:</div><div class="gmail_extra"><br></div><div class="gmail_extra">This project is based on my existing <a href="https://github.com/sysrpl/Codebot.Sharp">C# library</a> and <a href="https://github.com/sysrpl/Codebot.Typescript">Typescript library</a> <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">already<span> on github. No Webforms, no MVC, no Bootstrap, no jQuery, or other frameworks are used.</span></span></div><div class="gmail_extra"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span><br></span></span></div><div class="gmail_extra"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span>Here is the source code to the actual home page of the application:</span></span></div><div class="gmail_extra"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span><br></span></span></div><div class="gmail_extra"><span style="text-align:start;text-indent:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><a href="https://pastebin.com/qrXz3t2S">https://pastebin.com/qrXz3t2S</a><br></span></div></div></div>