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
- Host: GitHub
- URL: https://github.com/codlocker/go-projects
- Owner: codlocker
- Created: 2024-03-28T02:44:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T23:38:18.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:24:03.184Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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