Golang Angularjs Tutorial part 1 - Hello World!

preview_player
Показать описание
Tutorial on Go (golang) and Angular (angularjs.) Part 1.

We set up a basic file server using Go and use it to load an Angular test file.

All the code:
Рекомендации по теме
Комментарии
Автор

Hello. i'm new in this Go world and development generally, first Thanks u was very nice tutorial. but you have any suggestion form understand all this things about connect html whit GO!??
and few exercise i can do for understand better :)

karencardenas
Автор

First let me say, great, straight forward, and to the point videos.  As I watched your videos, I was wondering what your Sublime setup was.  It would be great if you could do a video or blog post outlining how you setup Sublime for your Go deving.

Amplifity
Автор

Great video... I assume you're using Angular 1.x here... have you done something similar with later versions of Angular, like Angular 5? I've done something similar with Angular 5 and Spring Boot on my channel but would be cool to see Angular 5 being served out of Golang.

SteveFTW
Автор

more Go tutorials please :D
very good at explaining so beginners understand :)

mattiasisaksson
Автор

hy calicoJake!  i have been built a rest api using Go but it's just a single file and everything in this filr like routers, models etc, i want to split this api according to MVC design pattern how can i do that?
help me plz! Resource will be appreciated .

AbdulRehmanappsforall
Автор

Been using Nitrous.IO for all my development environments; ruby, php, python, golang, and more. This is just a bone I'm throwing you new devs that want to just get to learning without the headache of always maintain environment.

goonie
Автор

I gets the error..
listen tcp 127.0.0.1:80 bind: permission denied

On Linux

Yoieh