-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (18 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
============
Highlights
============
Highlights is a simple prototype of a web interface to analyze documents.
Highlights accept a document, parse it and return the document marked up with
saliency information.
Using a blue-red binary gradient blue information is the less important one,
while red information is the most important.
---------------
Architecture:
Interesting stuff is behind the scenes.
Frontend:
interface code is made with react.js and packaged with webpack
Backend:
a microservices node backend serve the react.js app. The gateway is a reverse proxy
with nginx. Gateway send compiled react frontend while default root is called. Then
successive call are routed to a node.js express server. Next may be used to server-side
rendering. Backend microservices are orchestrated via docker-compose.