Skip to content

Junjie-Iya/Go_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Readme

Simple Intro

This is a simple chat server-client app using Go. Nothing more, just for understanding basic go grammar and operations.

How to use this simple chat app

  • Start terminals on one device or different devices in same WLAN network
  • Run server.go
go run server.go
  • Run client.go
go run client.go
  • Start several clients to chat

Intergrated simple functionalities

  • History messages
  • User commands like: /users, /msg, /nickname
  • Private messages
  • ...

Future steps

Trying to implement a MCP based AI agent into this chat app.

About

Basic grammar and operations of Go in a simple chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages