go-terminal-chat

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2022 License: MIT

README

Terminal-Chat

Screenshot from 2022-06-26 00-07-55

A terminal chat app built using Golang. It also supports emojis 😎.

How to use?

  • Start the server using go run cmd/server/main.go [-addr]
  • Start the client using go run cmd/client/main.go [-addr] [-user]

How it works?

It uses websockets for server-client communication. The server broadcasts all messages.

How can I add more emojis?

Add emojis which you want to add in internal/emoji/emojiMap.go and create a PR.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL