Skip to content

guilhermemaiaribeiro/online-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Websocket example for file uploading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.3%
  • HTML 34.0%
  • JavaScript 18.6%
  • Shell 5.1%
  • CSS 2.0%