-<!doctype html><html class="no-js"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="shortcut icon" href="/demo_app/build/favicon.ico"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="/demo_app/build/manifest.json"/><title>Newsfeed</title><link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/><link rel="stylesheet" href="css/ionicons.min.css"/><link rel="stylesheet" href="css/owl.carousel.css"/><link rel="stylesheet" href="css/magnific-popup.css"/><link rel="stylesheet" href="css/style.css"/><link href="/demo_app/static/css/2.802837ff.chunk.css" rel="stylesheet"><link href="/demo_app/static/css/main.97ea5042.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="page-borders"><div class="left"></div><div class="right"></div></div><div id="preloader"><div class="loader"><img src="img/loader.gif" alt/></div></div><div id="main-wrapper"><section id="intro" class="section intro-section"><div class="container"><div class="row intro-cols"><div class="col-md-7 col-md-push-5"><div class="v-align"><div class="phone"><div id="root"></div></div></div></div><div class="col-md-5 col-md-pull-7"><div style="margin-top:30px"><div class="inner"><div class="intro-text"><h1>NewsFeed Microservice</h1><p>NewsFeed - is a microservice that implements news feeds functionality. It is designed to be an easy-to-integrate, self-hosted, and self-sufficient solution.</p><p>Implementing news feeds functionality is not a trivial task. It's implementation requires buffering, background processing and data denormalization approaches. Such implementations could cost money and take time, while NewsFeed is a ready-to-go microservice that could be deployed on y our infrastructure in minutes and then integrated to you application in a couple of hours.</p><img src="infra.svg" style="max-height:270px" alt><p>The key features of the NewsFeed microservice are:</p><ul><li>Simple, minimalistic, and easy-to-integrate API.</li><li>Self-sufficient.</li><li>Self-hosted.</li><li>Easy-to-deploy.</li><li>High performance.</li><li>Open sourced.</li><li>Documented.</li></ul></div></div></div></div></div></div></section><script src="js/jquery.min.js"></script><script src="js/jquery.fitvids.js"></script><script src="js/owl.carousel.min.js"></script><script src="js/jquery.magnific-popup.min.js"></script><script src="js/validator.min.js"></script><script src="js/script.js"></script><script>!function(p){function e(e){for(var r,t,n=e[0],o=e[1],u=e[2],f=0,l=[];f<n.length;f++)t=n[f],Object.prototype.hasOwnProperty.call(i,t)&&i[t]&&l.push(i[t][0]),i[t]=0;for(r in o)Object.prototype.hasOwnProperty.call(o,r)&&(p[r]=o[r]);for(s&&s(e);l.length;)l.shift()();return c.push.apply(c,u||[]),a()}function a(){for(var e,r=0;r<c.length;r++){for(var t=c[r],n=!0,o=1;o<t.length;o++){var u=t[o];0!==i[u]&&(n=!1)}n&&(c.splice(r--,1),e=f(f.s=t[0]))}return e}var t={},i={1:0},c=[];function f(e){if(t[e])return t[e].exports;var r=t[e]={i:e,l:!1,exports:{}};return p[e].call(r.exports,r,r.exports,f),r.l=!0,r.exports}f.m=p,f.c=t,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(r,e){if(1&e&&(r=f(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var n in r)f.d(t,n,function(e){return r[e]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="/demo_app/";var r=window.webpackJsonpfront_newsfeed=window.webpackJsonpfront_newsfeed||[],n=r.push.bind(r);r.push=e,r=r.slice();for(var o=0;o<r.length;o++)e(r[o]);var s=n;a()}([])</script><script src="/demo_app/static/js/2.98ed99af.chunk.js"></script><script src="/demo_app/static/js/main.0ab761ee.chunk.js"></script></div></body></html>
0 commit comments