izzyco / golang-react-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang React Chat App

Using WebSockets

  • Allows use to use a duplex commuinication system accross non-trusted source that we own. It maintains a TCP socket connection that we can use, this will reduce a lot of network overhead.
  • One note is that in addition to adding state, that's where it can become more complex as your application scales.

About


Languages

Language:TypeScript 45.2%Language:HTML 21.0%Language:Go 19.2%Language:CSS 11.4%Language:SCSS 3.2%