From 38d9cd8fdb24ea79e278ada3ade3fa951b22b36b Mon Sep 17 00:00:00 2001 From: Anjan Roy Date: Sat, 24 Aug 2019 00:04:31 +0530 Subject: [PATCH] added a reference to recently published article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bfe840..f8b89fe 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A simple video streaming application made with _Dart_, _JS_, _HTML_, _CSS_ & :he Show some :heart: by putting :star: +_Recently I wrote an article, explaining how to deploy it using systemd in LAN, which can be found [here](http://itzmeanjan.in/blog/post_1)._ + ## what does it do ? - A streaming service, intended to run in small network(s) _( may be in your home network )_, which lets you stream movies to any device present in that network & having a standard browser installed _( yeah HTML5 support required )_ - Backend, fully written in _Dart_, leveraging power of _dart:io_ & _dart:isolate_