forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Mono
Demis Bellot edited this page Jul 15, 2013
·
9 revisions
ServiceStack supports running on Mono.
- Run ServiceStack as a daemon on Linux
- Run ServiceStack in Fastcgi hosted on nginx
- Linux-Hosting-Options
- ServiceStack's Nginx + FastCGI Mono config for razor.servicestack.net
- What is the best way to run ServiceStack on Linux / Mono?
- Setting up a ServiceStack Service on nginx and deploy to Azure by @philliphaydon
- ServiceStack, With F# on Linux (inc Vagrant / Puppet) by @mattdrivendev
- Creating a Link Description for Xamarin.Android and ServiceStack.Text by @spiritmachine
- Atomic Mono deployment with capistrano and nginx under debian by @7digital
- Lessons learnt whilst using ServiceStack by @7digital
- Service Stack walk through with Screenshots on MonoDevelop by @ienablemuch
- Time for a REST: How ServiceStack solved our mono woes by @teadriven
- Chocolate & Peanut Butter - Running ServiceStack.net on Manos de Mono by @johnacarruthers
- ServiceStack and MonoTouch by @danmiser
- Why ServiceStack?
- What is a message based web service?
- Advantages of message based web services
- Why remote services should use separate DTOs
- Getting Started
- Reference
- Clients
- Formats
- View Engines 4. Razor & Markdown Razor
- Hosts
- Advanced
- Configuration options
- Access HTTP specific features in services
- Logging
- Serialization/deserialization
- Request/response filters
- Filter attributes
- Concurrency Model
- Built-in caching options
- Built-in profiling
- Messaging and Redis
- Form Hijacking Prevention
- Auto-Mapping
- HTTP Utils
- Virtual File System
- Config API
- Physical Project Structure
- Modularizing Services
- Plugins
- Tests
- Other Languages
- Use Cases
- Performance
- How To
- Future