siris
siris copied to clipboard
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
I'm submitting a bug report. SHOWSTOPPER * **What is the current behavior?** Build failure when trying to build my project which has go-siris as dependency. `vendor\github.com\go-siris\siris\core\errors\errors.go:35:22: multiple-value uuid.NewV4() in single-value...
Hi, some time ago I reported new issue in the iris repo but it got closed and my comment was deleted:/ then I found this repo and I think it...
I am considering whether we can make a complete solution like XAMPP with go-SIRIS, React, Webpack, MongoDB, Server-side rendering, on-component-demand loading. If we can have a complete solution in this...
**Note: for support questions, please use our [gitter channel](https://gitter.im/gosiris/siris) or stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **I'm submitting a ... ** * [...
Many modern Browsers support brotli compression. We should add optional brotli compression. It does not need to be best compressionlevel. https://caniuse.com/#search=brotli
may u add these functions? context.URLParamBool(name string) (bool,error) context.URLParamTrim(name string) string context.URLParamEscape(name string) string context.URLParamFloat64(name string) (float64, error) context.PostValueTrim(name string) string context.PostValueEscape(name string) string context.PostBool(name string) (bool,error) context.PostInt(name string) (int,...
@theodesp Hey I just found that article comparing Badger Vs BoldDB https://medium.com/@hendra_zhong/badger-vs-boltdb-persistent-key-value-store-written-in-go-e94ada87048f Maybe we can add a plugin for interfacing Badger as a session store