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
Post a Comment