Skip to content

kingisaac95/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nkata 1

A simple chat application built in Go.

This application explores the simplicity that Go provides for building applications that scale. Even though it's a small learning experiment, it utilizes some powerful Go features like concurency, and allowing users(clients) to join, send and read messages in different chat rooms and leave a room at anytime they choose. These are done via different threads(goroutines).

This is still largely a WIP, but I'll keep updating it till I'm done

Enviroment Variables

touch .env; cp .env-sample .env

Visit Google Cloud Console, navigate to API & Services and click on the Credentials section to get the API key and secret.

Meta

Orjiewuru Kingdom – @kingisaac95, [email protected]

Distributed under the MIT license.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request to branch dev

1 Nkata means chat/dicuss in Igbo language

Built with ❤️

About

A simple chat application built in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published