Sfoglia il codice sorgente

- Golang versions

tags/v0.9.0
jimzhan 8 anni fa
parent
commit
c3d6491bc8
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      README.md

+ 7
- 0
README.md Vedi File

@@ -4,6 +4,13 @@

Rex is a library for modular web development in [Go](http://golang.org/), designed to work directly with net/http.

## Golang
- [X] v1.4
- [X] v1.5
- [X] v1.6
- [X] v1.7


## Intro

Nah, not another **Web Framework**, we have that enough.The more we spend on [Go](http://golang.org/), the more clearly we realize that most lightweight, pure-stdlib conventions really do scale to large groups of developers and diverse project ecosystems. You absolutely don’t need a *Web Framework* like you normally do in other languages, simply because your code base has grown beyond a certain size. Or you believe it might grow beyond a certain size! You truly ain’t gonna need it. What we really need is just a suitable routing system, along with some common toolkits for web development, the standard idioms and practices will continue to function beautifully at scale.

Loading…
Annulla
Salva