https://github.com/agjs/angular-2-with-golang-as-web-api
Since I'm learning both, Angular 2 and Golang, I've decided to build a new project using those technologies
https://github.com/agjs/angular-2-with-golang-as-web-api
Last synced: 10 months ago
JSON representation
Since I'm learning both, Angular 2 and Golang, I've decided to build a new project using those technologies
- Host: GitHub
- URL: https://github.com/agjs/angular-2-with-golang-as-web-api
- Owner: agjs
- Created: 2016-02-28T17:46:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T16:48:00.000Z (over 10 years ago)
- Last Synced: 2025-04-03T12:52:03.866Z (about 1 year ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular 2 with Golang as web API
================================
- Angular 2
- Build a complete Angular 2 architecture with at minimum basic CRUD features
- Authenticate the application using JWT or similar
- Session / Cookies
- Web sockets
- UI/UX
- Golang
- Simple REST API
- Authentication / Authorization
- Security
- Web Sockets
- SQL & noSQL
- NGINX or Similar
- Deploy the application to Heroku / Digitalocean / AWS
- Cluster the application
- Resources
- Angular 2 Architecture - https://angular.io/docs/ts/latest/guide/architecture.html
- Cheatsheet - https://angular.io/docs/ts/latest/guide/cheatsheet.html
- Reactive Programming - https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
- Angular 2 Boilerplate - https://github.com/mschwarzmueller/angular-2-beta-boilerplate
- Typescript Handbook - http://www.typescriptlang.org/Handbook