Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.12 KB

Online Parser

  • a user can upload a TSV file
  • a user can view a table of content
  • a user can move between pages
  • a user can share the page with others
    • every action is synced among shared users

Author

System

  • Web Sockets on Tornado web server
    • web socket for bidirectional communication
    • transfer a TSV file and render a page of whole data
    • keep the file in memory for each connection
  • AngularJS and Bootstrap
    • ng-file-upload
    • ui-bootstrap for pagination

Demo

Nginx

If you want to use NGINX for proxy, check these pages.