dethancosta / realtime-chat

A realtime chat server and client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime-chat

A realtime TCP chat server and client. Uses a redis backend.

alice bob

Instructions

To start a server, simply run make server in the terminal. To start a client, run make client in the terminal.

To-Do

  • Add Chat Rooms
  • Migrate to Websockets

Notes

  • Make sure you have redis running on your machine. I use brew services start redis on my Mac, but you may need to do something different.

About

A realtime chat server and client


Languages

Language:Go 99.2%Language:Makefile 0.8%