ServiceStack integration for Amazon Web Services (AWS) including:
- PocoDynamo - Declarative, code-first POCO client for DynamoDB with LINQ support
- SqsMqServer - MQ Server for invoking ServiceStack Services via Amazon SQS MQ Service
- S3VirtualFiles - A read/write Virtual...
More information
StackExpress Razor Documentation: http://razor.servicestack.net
- Turns ServiceStack into a Complete Web + REST Services Stack. Replaces need for ASP.NET MVC.
- Runs In ASP.NET or Self-host, first-class cross-platform support on .NET / Mono runtimes.
- Add HTML views to existing...
More information
Free and Open Source fork of ServiceStack.Common V3
Common library dependency for other NServiceKit projects.
Includes JSON, XML, JSV and SOAP Generic Service Clients.
Contains:
- NServiceKit.Interfaces
- NServiceKit.Common
Dependencies:
- NServiceKit.Text
Integration libraries and adapters with other major ServiceStack server components.
Includes high-level API's that use OrmLite and Redis including:
AutoQuery, Redis MQ, OrmLiteAuthRepository, OrmLiteCacheClient, OrmLiteAppSettings,
RedisServerEvents and RedisRequestLogger.
Adds OpenId Auth Providers for use in StackExpress Web and REST Services.
Includes built-in support for Google, Yahoo, MyOpenId and Custom OpenId providers.
More Info on Auth Providers:...
More information
A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB.
Implements ServiceStack's built-in AuthProvider Model:
https://docs.servicestack.net/authentication-and-authorization
inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes...
More information