-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Toby Hagan edited this page Oct 1, 2022
·
9 revisions
This is meant to be an open source example of how to leverage Go to make a monolithic application.
Technologies used:
| Technology | Description | Link |
|---|---|---|
| Go | Programming Language | https://go.dev |
| React | Frontend Framework | https://reactjs.org |
| Make | Build Tool | https://www.gnu.org/software/make/ |
| Docker | Containerization | https://www.docker.com |
| Docker Compose | Container Orchestration | https://docs.docker.com/compose/ |
| MongoDB | Database | https://www.mongodb.com |
| WebSockets | Realtime Communication | https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API |
Thanks! - Lrth06