Files
sonr/docs/reference/guides/echo-framework.md
T

4 lines
257 B
Markdown
Raw Normal View History

# Echo Framework
The Echo Framework is a web framework for building RESTful APIs in Go. It provides a simple and intuitive way to define routes, handle requests, and return responses. It uses `net/http` underneath to provide minimal external dependencies.