All Projects → silsuer → Bingo

silsuer / Bingo

简洁优雅的 Go Web 框架(暂不更新,预计一年后继续更新)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Bingo

Spock
Another Haskell web framework for rapid development
Stars: ✭ 623 (+423.53%)
Mutual labels:  api, webframework
Lambda Api
Lightweight web framework for your serverless applications
Stars: ✭ 929 (+680.67%)
Mutual labels:  api, webframework
Luna
Yet another web framework—this time in modern C++!
Stars: ✭ 99 (-16.81%)
Mutual labels:  api, webframework
Python Gitlab
Python wrapper for the GitLab API
Stars: ✭ 1,679 (+1310.92%)
Mutual labels:  api
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+9115.97%)
Mutual labels:  api
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (-1.68%)
Mutual labels:  api
Rest Api Fuzz Testing
REST API Fuzz Testing (RAFT): Source code for self-hosted service developed for Azure, including the API, orchestration engine, and default set of security tools (including MSR's RESTler), that enables developers to embed security tooling into their CI/CD workflows
Stars: ✭ 119 (+0%)
Mutual labels:  api
Python N26
💵 Unofficial Python client for n26 (Number 26) - https://n26.com/
Stars: ✭ 116 (-2.52%)
Mutual labels:  api
Cryptotrader
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
Stars: ✭ 118 (-0.84%)
Mutual labels:  api
Typescript Hapi Starter
🚀 Starter for building APIs with Hapi + Typescript!
Stars: ✭ 117 (-1.68%)
Mutual labels:  api
Python Shopee
pyshopee - Shopee Partner API Client for Python
Stars: ✭ 117 (-1.68%)
Mutual labels:  api
Degiroapi
An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
Stars: ✭ 114 (-4.2%)
Mutual labels:  api
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+1225.21%)
Mutual labels:  api
Web3.js
Ethereum JavaScript API
Stars: ✭ 12,601 (+10489.08%)
Mutual labels:  api
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-0.84%)
Mutual labels:  api
Nion
🌵 Declarative API Data Management Library built on top of redux 🌵
Stars: ✭ 116 (-2.52%)
Mutual labels:  api
Jsonapi.rb
Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
Stars: ✭ 116 (-2.52%)
Mutual labels:  api
Laravel Hateoas
Expose the authorization logic of your REST API using HATEOAS links
Stars: ✭ 116 (-2.52%)
Mutual labels:  api
Neteasecloudmusicapi
C#版 网易云音乐 API(翻译自Node.js项目Binaryify/NeteaseCloudMusicApi)
Stars: ✭ 117 (-1.68%)
Mutual labels:  api
Dawn Api Demo
dawn-api-demo
Stars: ✭ 117 (-1.68%)
Mutual labels:  api

Build Status

bingo实际上是一个开发脚手架,使用它可以快速构建以 bingo-router 为核心的开发框架

受到Laravel的启发,将一些网站开发过程中必备的功能内置到了框架中,开箱即用

我致力于让它有着Golang的速度和Laravel的优雅

模块列表

安装

  1. 下载
    git get -v https://github.com/silsuer/bingo.git

如果出现错误,请先配置命令行科学上网,可以解决大部分错误问题

  1. 创建项目
  bingo create bingo-demo

使用该命令后将在命令行中出现如下显示:

在当前目录向将出现一个 bingo-demo 目录,里面放置着初始化好了的项目

  1. 启动服务
   cd bingo-demo
   make run

将在命令行中显示如下:

在浏览器中输入http://localhost:8080,若安装成功,会出现一个小狮纸...

更多内容,请移步官网文档

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].