An open API service indexing awesome lists of open source software.

https://github.com/codlocker/go-projects

A set of projects incentivizing the power of multithreading in Go
https://github.com/codlocker/go-projects

Last synced: 3 months ago
JSON representation

A set of projects incentivizing the power of multithreading in Go

Awesome Lists containing this project

README

        

# Go-Projects

### Beginner Projects
- [Booking App](booking-app/)
- A simple app that runs a booking CLI. Good for understanding beginner level syntax
- [Go Web Server](go-server/)
- A simple Web server which serves static pages, forms and text streams. A step towards understanding http server routines in Go
- [Concurrency Snippets](concurrency-snippets/)
- Simple set of snippets to understand channels and wait groups in Go
- [Quiz App](quiz-app/)
- A basic below-par quiz structure to understand User I/O in Go
- [Simple Chat Interface](simplechat/)
- A simpel chat application in Go using websockets