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
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.
Orjiewuru Kingdom – @kingisaac95, kingdom.orjiewuru@gmail.com
Distributed under the MIT license.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request to branch
dev
1 Nkata means chat/dicuss in Igbo language
Built with ❤️