התחל במצב לא מקוון עם האפליקציה Player FM !
Mikers and Shadow Path chat about PHP, NodeJS and GO
Manage episode 311484090 series 3130316
Lumen a php microframework by the creators of laravel:
$app->get('user/{id}', function($id) {
return User::findOrFail($id);
});
https://tutorialedge.net/golang/creating-simple-web-server-with-golang/
func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, %q", html.EscapeString(r.URL.Path))
})
http.HandleFunc("/hi", func(w http.ResponseWriter, r *http.Request){
fmt.Fprintf(w, "Hi")
})
log.Fatal(http.ListenAndServe(":8081", nil))
}
15 פרקים
Manage episode 311484090 series 3130316
Lumen a php microframework by the creators of laravel:
$app->get('user/{id}', function($id) {
return User::findOrFail($id);
});
https://tutorialedge.net/golang/creating-simple-web-server-with-golang/
func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, %q", html.EscapeString(r.URL.Path))
})
http.HandleFunc("/hi", func(w http.ResponseWriter, r *http.Request){
fmt.Fprintf(w, "Hi")
})
log.Fatal(http.ListenAndServe(":8081", nil))
}
15 פרקים
ทุกตอน
×ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.