Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 872 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 872 Bytes

Command Routing

MIT license Build status Join the chat at https://gitter.im/jamescrosswell/CommandRouting

Command Routing can be used to route HTTP requests to pipelines of command/query handlers. By contrast, the standard MVC 6 routing mechanism routes requests to action methods that you define on MVC controller classes.

Take a look at the documentation if you want to learn more!