First Golang project I contributed
dev.to·1d·
Discuss: DEV
Flag this post

I worked on my second issue, Typing indicators for users, and created my second Pull Request (PR) Improve UX for users

For this second PR, I worked on a WebSocket project using Go (Golang) that allows users to communicate on a web page and send private messages to each other. In this PR, I made a simple improvement by adding a feature to show when “someone is typing” on the website. Although it is a small feature, it helps enhance the user experience for everyone using the chat.

The code changes for this PR were not very extensive, but this was my first open-source project using Go (Golang), and I wanted to challenge myself and gain confidence with this new language. I made several …

Similar Posts

Loading similar posts...