Skip to content

anondesigns/restup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webservice for Universal Windows Apps

Build status NuGet downloads

Goal

Provide a HTTP server supporting 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 10 users 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 couple of weeks ago. A crucial piece for this platform is missing, WCF. It might be supported in the future (see post), but until then I would need some simple webservice implementation to keep my 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 (beta2)

  • Introducing RouteHandlers
  • RestWebServer is obsolete, see wiki for more info
  • Static files can be served now
  • Basic url query strings can be used
  • The headed demo has a testing capabilities now

About

REST webserver for universal windows platform (UWP) apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%