Categorygithub.com/kalmod/chirpy
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:

  1. To create a server using golang
  2. Construct end points that can handle various parameters.
  3. Handle conncurrent requests. This is to learn how to handle multiple users accessing variables and how to lock these resources.