Skip to content

Fixed image links & other examples links #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ or clone this repo to download the source:
A live demo and tutorials are available at the following locations:

### [Backbone.js TODO app with REST and Redis backend](http://mono.servicestack.net/Backbone.Todos/)
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://servicestack.net/Backbone.Todos/)
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://mono.servicestack.net/Backbone.Todos/)

### [Creating a Hello World Web service from scratch](http://mono.servicestack.net/ServiceStack.Hello/)
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://servicestack.net/ServiceStack.Hello/)
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://mono.servicestack.net/ServiceStack.Hello/)

### [GitHub-like browser to manage remote filesystem over REST](http://mono.servicestack.net/RestFiles/)
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://servicestack.net/RestFiles/)
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://mono.servicestack.net/RestFiles/)

### [Creating a StackOverflow-like app in Redis](http://mono.servicestack.net/RedisStackOverflow/)
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://servicestack.net/RedisStackOverflow/)
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://mono.servicestack.net/RedisStackOverflow/)

### [Northwind dataset services](http://mono.servicestack.net/ServiceStack.Northwind/)
[![Redis StackOverflow](http://servicestack.net/showcase/img/northwind-400x350.png)](http://servicestack.net/ServiceStack.Northwind/)
[![Redis StackOverflow](http://servicestack.net/showcase/img/northwind-400x350.png)](http://mono.servicestack.net/ServiceStack.Northwind/)

### [Complete REST Web service example](http://mono.servicestack.net/ServiceStack.MovieRest/)
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://servicestack.net/ServiceStack.MovieRest/)
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://mono.servicestack.net/ServiceStack.MovieRest/)

### [Calling Web Services with Ajax](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://servicestack.net/ServiceStack.Examples.Clients/)
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://mono.servicestack.net/ServiceStack.Examples.Clients/)

### Other examples
* [Calling Web Services with Mono Touch](http://www.servicestack.net/monotouch/remote-info/)
* [Calling Web Services using Silverlight](http://servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
* [Calling SOAP 1.1 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
* [Calling SOAP 1.2 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
* [Calling Web Services with Mono Touch](http://mono.servicestack.net/monotouch/remote-info/)
* [Calling Web Services using Silverlight](http://mono.servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
* [Calling SOAP 1.1 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
* [Calling SOAP 1.2 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)

_All live examples hosted on CentOS/Nginx/FastCGI/Mono_

Expand Down