Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-zepto/zepto
⚡️Lightweight web framework written in go
https://github.com/go-zepto/zepto
framework golang grpc http microservice web
Last synced: about 1 month ago
JSON representation
⚡️Lightweight web framework written in go
- Host: GitHub
- URL: https://github.com/go-zepto/zepto
- Owner: go-zepto
- License: mit
- Archived: true
- Created: 2020-05-24T17:29:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:05:13.000Z (almost 2 years ago)
- Last Synced: 2024-06-18T21:44:58.607Z (7 months ago)
- Topics: framework, golang, grpc, http, microservice, web
- Language: Go
- Homepage: https://go-zepto.com
- Size: 19.9 MB
- Stars: 117
- Watchers: 7
- Forks: 6
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Go-Zepto
Zepto is a lightweight web framework written in go.
![image](https://go-zepto.com/public/img/og_image.png)
## Documentation
[Official Documentation](https://go-zepto.com/docs)
---
## Quickstart
Install the Go-Zepto CLI:
```bash
$ go get -u github.com/go-zepto/zepto-cli/cmd/zepto
```---
Create a Project
```bash
$ zepto new github.com/username/project
```Start development server
```bash
$ cd project
$ zepto dev
```Great! You brand new project should be running at http://localhost:8000