All Projects → tomkuijsten → Restup

tomkuijsten / Restup

Licence: mit
Webserver for universal windows platform (UWP) apps

Projects that are alternatives of or similar to Restup

Restana
Super fast and minimalist framework for building REST micro-services.
Stars: ✭ 341 (+204.46%)
Mutual labels:  rest-api, webserver
Jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Stars: ✭ 286 (+155.36%)
Mutual labels:  rest-api, webserver
Cloudbookmark
云书签
Stars: ✭ 106 (-5.36%)
Mutual labels:  rest-api
Framework
[NOT MAINTAINED] A full-featured PHP framework powering the server side of Webiny Platform. Can also be used as standalone library.
Stars: ✭ 110 (-1.79%)
Mutual labels:  rest-api
Restify Mongoose
Restify-Mongoose provides a resource abstraction to expose mongoose models as REST resources.
Stars: ✭ 108 (-3.57%)
Mutual labels:  rest-api
Airdcpp Webclient
Communal peer-to-peer file sharing application for file servers/NAS devices
Stars: ✭ 106 (-5.36%)
Mutual labels:  rest-api
Xgenecloud
XgeneCloud is now https://github.com/nocodb/nocodb
Stars: ✭ 1,629 (+1354.46%)
Mutual labels:  rest-api
Wp Rest Starter
Starter package for working with the WordPress REST API in an object-oriented fashion.
Stars: ✭ 105 (-6.25%)
Mutual labels:  rest-api
Pretty Swag
Pretty UI for Swagger spec
Stars: ✭ 112 (+0%)
Mutual labels:  rest-api
App Examples
Miro Apps Examples
Stars: ✭ 108 (-3.57%)
Mutual labels:  rest-api
Schema Registry
Confluent Schema Registry for Kafka
Stars: ✭ 1,647 (+1370.54%)
Mutual labels:  rest-api
Real World Grading App
An example of a real-world REST API backend built with TypeScript, Hapi, Prisma, and PostgreSQL.
Stars: ✭ 105 (-6.25%)
Mutual labels:  rest-api
Netty Rest
Yet another high performance REST server based on Netty
Stars: ✭ 107 (-4.46%)
Mutual labels:  rest-api
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-3.57%)
Mutual labels:  rest-api
Template10
Making Windows 10 apps great again
Stars: ✭ 1,420 (+1167.86%)
Mutual labels:  uwp
Q42.winrt
Useful library for data driven Windows Phone 8 and Windows 8 C# / XAML WinRT projects
Stars: ✭ 111 (-0.89%)
Mutual labels:  uwp
Ipfscloud Web
IpfsCloud: A Decentralized, Anonymous Cloud Storage web client on IPFS.
Stars: ✭ 105 (-6.25%)
Mutual labels:  webserver
Projectreunion
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Stars: ✭ 2,612 (+2232.14%)
Mutual labels:  uwp
Elepy
Elepy, The Headless Content Management Framework
Stars: ✭ 109 (-2.68%)
Mutual labels:  rest-api
Overwatch Api
A RESTful API for the Overwatch Game
Stars: ✭ 112 (+0%)
Mutual labels:  rest-api

Webserver for Universal Windows Apps

Release build: Build status

Dev build: Build status

NuGet downloads: NuGet downloads

Code quality: BCH compliancy


Want to start coding immediatly, read the one pager setup


Goal

Provide a HTTP server supporting static html and REST in order to keep Windows IoT projects going. Let's hope there will be a native solution soon, although there aren't any signs for that yet (if you have one, let me know).

How this started

When the raspberry pi 2 was released, all windows developers were filled with joy when Microsoft announced the support of windows 10 for this neat device. After a couple of beta builds, we got the RTM version. A crucial piece for this platform is missing, WCF. It might be supported in the future (see post), but until then we need some simple webservice implementation to keep our projects going.

The first couple of alpha and beta versions supported hosting REST controllers only, but since beta2 static files are supported as well. This also introduced a way to add your custom RouteHandler if you need anything that's not supported out-of-the-box. Take a look at the wiki for details.

The REST implementation is using the guidelines from: https://github.com/tfredrich/RestApiTutorial.com.

How you can start

Read the wiki, it explains it all.

Latest release notes (1.0.0 stable)

  • Allow no location header with post response with not location specified (#90)
  • CORS is supported now (read the Wiki for configuration options)
  • Removed "Devkoes." from namespaces
  • Url arrays implemented (#16)
  • Query parameters are supported (#49)
  • Couple of api changes (beta4 to rc1), read about them here
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].