Go 언의 많은 프레임워크, 라이브러리, 그리고 소프트웨어들 중에서
큐레이션하여 정리한 사이트가 있어 공유합니다.
:=> https://awesome-go.com/#web-frameworks
위 링크를 가보면 다양한 분야의 Go 패키지 또는 프로젝트들이 있습니다.
아래와 같이,
- Awesome Go
- Audio and Music
- Authentication and OAuth
- Bot Building
- Build Automation
- Command Line
- Configuration
- Continuous Integration
- CSS Preprocessors
- Data Structures
- Database
- Database Drivers
- Date and Time
- Distributed Systems
- Dynamic DNS
- Embeddable Scripting Languages
- Error Handling
- File Handling
- Financial
- Forms
- Functional
- Game Development
- Generation and Generics
- Geographic
- Go Compilers
- Goroutines
- GUI
- Hardware
- Images
- IoT
- Job Scheduler
- JSON
- Logging
- Machine Learning
- Messaging
- Microsoft Office
- Miscellaneous
- Natural Language Processing
- Networking
- OpenGL
- ORM
- Package Management
- Performance
- Query Language
- Resource Embedding
- Science and Data Analysis
- Security
- Serialization
- Server Applications
- Stream Processing
- Template Engines
- Testing
- Text Processing
- Third-party APIs
- Utilities
- UUID
- Validation
- Version Control
- Video
- Web Frameworks
- WebAssembly
- Windows
- XML
- Tools
- Resources
그리고
유용한 것들을 추가해보면,
Go 언어의 커뮤니티는,
:=> https://www.reddit.com/r/golang/
레딧에 있다.
그리고 Go 언어의 웹프레임워크를 정리한 링크가 있습니다.
:=> https://github.com/mingrammer/go-web-framework-stars
위 링크에 보면, gin, echo 등등의 웹프레임워크의 특징도 나열되있습니다.
너무 많아서 어떤 걸 선택할지 고민될 정도로 많다.
마지막으로,
- 웹프레임워크 관련 좋은, 한글로 된 글이 있습니다.
:=> https://jaehue.github.io/post/go-my-way-1-webframework/
- 데이터베이스, 로깅 관련은,
:=> https://jaehue.github.io/post/go-my-way-2-database-and-logging/
- 트레이싱 관련은
:=> https://jaehue.github.io/post/go-my-way-3-tracing/
이상,
정보공유합니다.
(추가)
Go언어를 이용한 모바일 앱개발을 위한 프레임워크가 있는데
gomobile 이라는 것인데,
여기 링크를 남겨봅니다.
:=> https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile
본 게시물은
계속 업데이트 될 예정입니다.
'개발 이야기 > Go 언어 이야기' 카테고리의 다른 글
Go언어로 하드웨어 및 IoT를? (0) | 2021.04.25 |
---|---|
Go 언어의 모든 웹프레임워크 모아보기 (0) | 2021.04.24 |
Go 언어로 모바일앱을 만들 수 있다~ (0) | 2021.04.23 |
Go 언어로 어떤 분야의 개발이 가능할까요? (1) | 2021.04.23 |
Go언어를 공부하기 위한 좋은 사이트 (0) | 2021.04.22 |