All Projects → scottoffen → Grapevine Legacy

scottoffen / Grapevine Legacy

Licence: apache-2.0
Embedding A REST Server In Your Application Should Be Simple

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Grapevine Legacy

Restclient Cpp
C++ client for making HTTP/REST requests
Stars: ✭ 1,206 (+471.56%)
Mutual labels:  rest-client
Frequest
FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
Stars: ✭ 130 (-38.39%)
Mutual labels:  rest-client
Chembl webresource client
Official Python client for accessing ChEMBL API.
Stars: ✭ 165 (-21.8%)
Mutual labels:  rest-client
Python Ilorest Library Old
Python library for iLO RESTful API
Stars: ✭ 85 (-59.72%)
Mutual labels:  rest-client
Cscore
cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
Stars: ✭ 115 (-45.5%)
Mutual labels:  rest-client
Restclient.net
.NET REST Client Framework for all platforms
Stars: ✭ 143 (-32.23%)
Mutual labels:  rest-client
Fluentlyhttpclient
Http Client for .NET Standard with fluent APIs which are intuitive, easy to use and also highly extensible.
Stars: ✭ 73 (-65.4%)
Mutual labels:  rest-client
Dalsoft.restclient
The C# REST Client - the only REST/ HTTP Client you will ever need
Stars: ✭ 185 (-12.32%)
Mutual labels:  rest-client
Openapi Cli Generator
Generate a CLI from an OpenAPI 3 specification
Stars: ✭ 121 (-42.65%)
Mutual labels:  rest-client
Vue Chimera
VueJS reactive RESTful API
Stars: ✭ 160 (-24.17%)
Mutual labels:  rest-client
Confluence Dumper
Tool to export Confluence spaces and pages recursively via its API
Stars: ✭ 86 (-59.24%)
Mutual labels:  rest-client
Elasticsearch
🌐 This application illustrates and demonstrates use of ElasticSearch Java API in the backend
Stars: ✭ 97 (-54.03%)
Mutual labels:  rest-client
Use Http
🐶 React hook for making isomorphic http requests
Stars: ✭ 2,066 (+879.15%)
Mutual labels:  rest-client
Parse Dashboard For Ios
A beautiful mobile client for managing your Parse apps while you are on the go! Now you can easily view and modify your data in the same way you would on the offical desktop client.
Stars: ✭ 81 (-61.61%)
Mutual labels:  rest-client
Crest
HTTP and REST client for Crystal
Stars: ✭ 174 (-17.54%)
Mutual labels:  rest-client
Furl
Interact with HTTP resources using F# scripting
Stars: ✭ 75 (-64.45%)
Mutual labels:  rest-client
Python Simple Rest Client
Simple REST client for python 3.6+
Stars: ✭ 143 (-32.23%)
Mutual labels:  rest-client
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (-9%)
Mutual labels:  rest-client
Fshttp
A lightweight F# HTTP library.
Stars: ✭ 181 (-14.22%)
Mutual labels:  rest-client
Tiny.restclient
Simpliest Fluent REST client for .NET
Stars: ✭ 158 (-25.12%)
Mutual labels:  rest-client

Grapevine 4 is in maintenence mode
Please migrate to Grapevine 5

Join the chat at https://gitter.im/sukona/Grapevine

The best solutions are the simplest to implement. Embedding a REST/HTTP server in your application should be simple. Consuming REST resources from inside your application should be simple. If what you've been using doesn't feel simple, try Grapevine. It doesn't get any simpler than this.

Important:
No additional features or enhancements are being made. Bug fixes will be considered on a case-by-case basis.

Introduction

Grapevine is a .NET class library focused on solving two problems:

  1. Easily embedding a REST/HTTP servers in your application
  2. Easily consume REST resources in your application

The focus is on simplicity, and while Grapevine is intended for use in applications for which being a REST or HTTP client or server is not the primary function or purpose of the application, it can just as easily be used to serve up production-ready website and web applications.

Features

  • Grapevine has no dependency on IIS or System.Web.

  • Grapevine can serve both static files and dynamic resources

  • Grapevine can both produce and consume REST services

  • Grapevine has minimal configuration requirements

  • Grapevine allows you to map specific methods to HTTP verbs and URL patterns

  • Grapevine supports using regular expressions

  • Grapevine streamlines connecting and communicating with REST servers using simple patterns and placeholders

  • Grapevine can listen on multiple ports, and scope REST resources to those ports

Limitations

  • Grapevine does not do any script parsing (CGI scripts or HTML templating engines) by default - but feel free to fork this project and hack away! I'm pretty sure it could be done, I just haven't encountered a need for it (yet).

  • You will likely be required to open a port in your firewall for remote computers to be able to send requests to your application. Grapevine will not (yet) automatically do that for you, but it's on our roadmap.

Support

If you find you are having problems and need help check out our support options.

"Grapes In Dark Blue Cloud" Icon courtesy of aha-soft.

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