ARMStrong.WebServer -- a monolith analog of Armstrong.Server with the ability to control polling through a web interface.
git clone [email protected]:digital-armstrong/Armstrong.WebServer.git && \
cd Armstrong.WebServer && \
make setup
make start-dev
make cleanup
make check
Or start them separately:
make lint
make test