This example just to showcase the capability of HTML5 web-workers. Here I am trying to have 2 boxes which would give feel of 2 users chat windows. So once some one type and press enter, message will be delivered to the next person and same for other one too. Limitations:

  1. Right now just working for 2 users not thinking for more simultaneous users
  2. No big designs for chat window, just a box and button

Chat Window 1
Chat Window 2