javascript - Writing a simple sniffer in web -


we have simple client-server sniffer (wireshark ui). server listening messages, parsing them , send parsed messages client. want move web platform (web ui instead client) proper way this?

i thought sending ajax requests server every x seconds, , update html, new packets. don't know if idea, when have big amount of messages. , how many time packet filtering take, implemented in jquery (scanning whole html , hide not relevant rows)

i see many problems such solution. maybe there better way implement this? maybe there way asynchronous messages?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -