Skip to content

sachabarber/REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

REST

A Simple REST framework based around a simple server that internally uses the HttpListener to provide the server side REST functions to clients

Here are some key points

  1. Multithreaded server
  2. Simple handler like REST endpoint handler (Verb based or custom routes via attributes)
  3. JSON or XML serialization
  4. Custom handlers have a choice of Task or just T
  5. .NET client tools to drastically simplify calling of REST endpoint

About

A Simple REST framework end to end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages