Client-Server Chat Room Go(asking for resourses)

Hi all,

I’m trying to write three different client-server chat rooms using TCP, RPC and RESTful web service.

In fact, I found solutions on Github but I want to learn and write them on my own.

Does anybody know any resources that I can learn from?

Thanks in advance.

1 Like

CodeSchool has a great simple sourcecode for this:
https://github.com/codeschool/MyChatGolang

Here a tutorial to built a chat app with websockets:
https://scotch.io/bar-talk/build-a-realtime-chat-server-with-go-and-websockets

Here is a blogpost on howto building an simple TCP server and client with Go:
https://systembash.com/a-simple-go-tcp-server-and-tcp-client/

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.