net-http
There are 30 repositories under net-http topic.
0xdod/go-realworld
Example realworld API built using Go's standard net/http library
create-go-app/net_http-go-template
📝 net/http backend template for Create Go App CLI.
mjkillough/aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
gominima/go-requests
🦄 A simple request client for fetching data made in go
PFadel/go-presentations
My golang presentations
KennyMwendwaX/go-frameworks-crud
This is a simple CRUD (Create, Read, Update, Delete) application written in Go, showcasing different routers and frameworks.
utilyre/xmate
Enhanced error handling for the net/http package
darthsalad/socketeer
A socket server that listens to database change events from Mongo and sends the user selected data via websockets.
nofeaturesonlybugs/poly
Transform any Go function into http.Handler
lbhopper/ruby-push
Ruby script to trigger notifications through Pushover
ltfschoen/opendata-api
Ruby Gem wrapper for Transport for NSW (TfNSW) Open Data APIs
msoedov/coorl
A coooool curl command from net/http
VladZawinski/key-refresher
System to manage API keys from livecoinwatch.
wpcodevo/go-standard-lib-crud-app
Therefore, in this article, we will build a basic CRUD API to cover almost 80% of what you need to know when building an API with the net/http package.
AlexandrTomashevich/Task_Queue_Service
Масштабируемый и асинхронный сервис очереди задач на Go.
MFatigati/reference_manager
A tool for managing academic references and generating plain text bibliographies, made using Go's net/http and html/template libraries, along with PostgreSQL
nhassl3/Url-shortener
A link shortening service for those who don't want to bother with long information source paths.
SharpKoi/basic-golang-backend
The social media backend example written in golang.
takeruun/go-restapi-boilerplate
net/http で作成したREST API サーバー
arshamroshannejad/websocket-chat
ChatApp is a real-time chat application that allows users to communicate with each other using websockets and a simple user interface
BHAGTANIDEEPAK/Crackitai_backend
This repository provides the backend API for an Al-powered interview practice app built with Go. The app features real-time voice recording, speech recognition, and Al-driven evaluation to deliver instant feedback on user responses to predefined questions, helping users improve their interview skills.
darthsalad/univboard-server
Server for univboard - A universal cross-platform clipboard and file sharing app
hotdang-ca/go-rest-api
Go REST API
KayoRonald/crud-mux-http
Tentativa de um crud simples usando o gorila mux
kishoreravi24/go-web-server
Simple GO web server
ltfschoen/opendata-test
Ruby app to experiment with Transport for NSW (TfNSW) Open Data API datasets
railson-ferreira/aws-lambda-go-http-std-lib-example
An example of Go Http Standard Library for AWS Lambda
ralvarezdev/uru-frameworks-secure-notes-api
Secure Notes API from Frameworks college course
the-last-warehouse/learning-go
Made while learning Go