Creating Web Applications with Go – Pluralsight Training
This is what it takes to create an efficient web server, including video streaming support.
package main
import "net/http"
func main() {
http.ListenAndServe(":8000", http.FileServer(http.Dir("public")))
}
"open movie" project: Big Buck Bunny (CC3)
by using open source tool Blender (GNU)
No comments:
Post a Comment