All Projects → tideland → gorest

tideland / gorest

Licence: BSD-3-Clause license
RESTful Server Systems [DEPRECATED]

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gorest

Tipe
🎉 Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+6244.12%)
Mutual labels:  restful
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+532.35%)
Mutual labels:  restful
Jersey 2.x User Guide
Jersey 2.x User Guide《Jersey 2.x 用户指南》 ,中文翻译
Stars: ✭ 235 (+591.18%)
Mutual labels:  restful
Go Chassis
a microservice framework for rapid development of micro services in Go with rich eco-system
Stars: ✭ 2,428 (+7041.18%)
Mutual labels:  restful
Flight
An extensible micro-framework for PHP
Stars: ✭ 2,396 (+6947.06%)
Mutual labels:  restful
Wok
A cherrypy framework for multi-purpose plug-ins
Stars: ✭ 215 (+532.35%)
Mutual labels:  restful
Nodejs Master Class
🛠 This repository contains the homework assignment for Node.js Master Class that is focused on building a RESTful API, web app GUI, and a CLI in plain Node JS with no NPM or 3rd-party libraries
Stars: ✭ 182 (+435.29%)
Mutual labels:  restful
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+8441.18%)
Mutual labels:  restful
Lanblog
懒人博客,前后端分离,Vue+Beego Restful api 开箱即用,部署简单,后台管理系统简洁美观。好了,我编不下去了🤣
Stars: ✭ 212 (+523.53%)
Mutual labels:  restful
Tourism Demo
Flutter app backed by Redux, shows animations, internationalization (i18n), ClipPath, fonts and others...
Stars: ✭ 232 (+582.35%)
Mutual labels:  restful
Mxisd
Federated Matrix Identity Server
Stars: ✭ 194 (+470.59%)
Mutual labels:  restful
Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (+500%)
Mutual labels:  restful
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+7502.94%)
Mutual labels:  restful
Rest Crud
RESTFul CRUD Example with Node.js and Mysql
Stars: ✭ 188 (+452.94%)
Mutual labels:  restful
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+623.53%)
Mutual labels:  restful
Supra Api Nodejs
❤️ Node.js REST API boilerplate
Stars: ✭ 182 (+435.29%)
Mutual labels:  restful
Nohttprxutils
🐠 本库是一款Android-Http标准协议网络通讯框架,基于RxJava+NoHttp封装。支持文件上传和断点续传、文件下载和断点下载、Http协议和Https协议队列网络请求、网络请求轮询。
Stars: ✭ 214 (+529.41%)
Mutual labels:  restful
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+644.12%)
Mutual labels:  restful
Adnc
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net Core 3.1构建。
Stars: ✭ 223 (+555.88%)
Mutual labels:  restful
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+8208.82%)
Mutual labels:  restful

Tideland GoREST

Description

Tideland GoREST helps developing RESTful server systems. It provides a convenient mapping of URL to handlers and methods specific to the called HTTP method. Additionally there are helpers for marshalling and unmarshalling.

The library earlier has been known as web package of the Tideland Go Library.

I hope you like it. ;)

GitHub release GitHub license GoDoc Sourcegraph Go Report Card

Version

Version 2.15.5

Packages

REST

RESTful web request handling.

Request

Convenient client requests to RESTful web services.

Handlers

Some general purpose handlers for the library.

JSON Web Token

JWT package for secure authentication and information exchange like claims.

REST Audit

Helpers for the unit tests of the Go REST Server Library.

Contributors

License

Tideland Go REST Server Library is distributed under the terms of the BSD 3-Clause license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].