https://github.com/tomdoestech/golang-for-node-devs
https://github.com/tomdoestech/golang-for-node-devs
express go-fiber golang nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdoestech/golang-for-node-devs
- Owner: TomDoesTech
- Created: 2022-01-05T10:29:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T10:29:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T08:48:38.009Z (6 months ago)
- Topics: express, go-fiber, golang, nodejs
- Language: Go
- Homepage: https://youtu.be/p-6pvjsH_ic
- Size: 15.6 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang for Node.js developers
## Who is this video for?
* Familiar with Node.js and interested in Go
* Familiar with Express.js
* Know what Go is
* Want to start using Go## What will you learn?
* Some basic Go syntax
* The basics of how Go compares to Node.js
* Some basic folder structure principals## What technologies are we using?
* Go
* [Fiber](https://docs.gofiber.io/) - Express-inspired web framework
* MongoDB
* Postman