modulepackage
0.0.0-20240719193506-5fce8aa99dce
Repository: https://github.com/kalmod/chirpy.git
Documentation: pkg.go.dev
# README
CHIRPY
Webserver made using Boot.dev
The goals of this project are:
- To create a server using golang
- Construct end points that can handle various parameters.
- Handle conncurrent requests. This is to learn how to handle multiple users accessing variables and how to lock these resources.