Simple Chat App

I've applied my phonetic keyboard portrait from last week's assignment to this week's. Now anyone can control my voice. I ran into an issue involving browser compatibility. It looks like it runs semi-well on FireFox, but there are bugs on Chrome. I'll need to investigate why, but it seems to have to do with how currentTime() is handled on the two browsers.

demo

Here is a version without socket in case you want to see how it looks.

https://bryanjhsu.github.io/phonetic-chat/

More to come!