Sometimes we need to have a frontend besides the backend. This repository uses React to show how we can server a React build and then use API for communication.
Also we are using the go 1.16 embed package so you can use the binary with frontend where ever you want.
# starting from the project root directory
cd web/say-hello
npm build
cd ../..
go build
Introduction to Go 👋 also used in IE Course
Internet Engineering Course Lecture and Page 🙈 🎈
C Programming Course Lecture 🙈🎈
Example ReSTFul Server in Golang - SBU-Snapp-School
backend implementation demonstration in go with JWT, MongoDB and etc.
Introduction to socket programming with python - use for one or two hands on session in computer networking course
Learn to code with C in your home 🏠 🤒 😷
Example ReSTFul Server in Golang - SBU-Snapp-School