Coder Social home page Coder Social logo

bigbrother's Introduction

Introduction

An Application Dashboard and Probes that can be injected into you main code to gather some metrics.

Some gauges and probes are specifically designed to work with and inspect Actors Frameworks.

Warning

The project is in a very early stage of development, it's highly unstable and needs a lot of cleanup and it's absolutely not Production Ready.

USE IT AT YOUR OWN RISK.

Run the application with the demo project

Steps to follow to run the application in develop mode:

1- Open up the UI project in VSCode .\src\Mammoth.BigBrother.Ui\Ui).

2- Compile the application with: npm run buildwatch.

3- Compile and run the C# UI Host application (Mammoth.BigBrother.Ui) and the demo app (Frontend).

Publish the Applications

Each project will build its very own NuGet package to be deployed.

To build the front-end application:

1- Compile the Angular application in production mode: ng build --prod

2- Publish the Web Application.

Information / Port Mappings

localhost:5001 - BigBrother UI localhost:5002 - Frontend net472 localhost:5005 - Frontend net7.0

debugging / running locally in non admin mode

To debug or run the test application locally in non-admin mode you need to grant permissions to the URLs involved:

netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user

like so:

netsh http add urlacl url=http://+:5001 user=DOMAIN\user
netsh http add urlacl url=http://+:5002 user=DOMAIN\user
netsh http add urlacl url=http://+:5003 user=DOMAIN\user
netsh http add urlacl url=http://+:5004 user=DOMAIN\user
netsh http add urlacl url=http://+:5005 user=DOMAIN\user

if you have already reserved URLs the you first need to delete them:

netsh http delete urlacl url=http://+:80/MyUri

bigbrother's People

Contributors

agiorgetti avatar

Watchers

 avatar  avatar James Cloos avatar

Forkers

agiorgetti lulzzz

bigbrother's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.