Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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