Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NetCoreApps/LiveDemos

.NET Core Live Demos of ServiceStack Apps
https://github.com/NetCoreApps/LiveDemos

Last synced: 4 days ago
JSON representation

.NET Core Live Demos of ServiceStack Apps

Awesome Lists containing this project

README

        

ServiceStack .NET Core Live Demos
=================================

Live Demos of .NET Core Apps. More ServiceStack Demos available at [ServiceStackApps](https://github.com/ServiceStackApps/LiveDemos#live-servicestack-demos) and [Sharp Apps](https://gist.github.com/gistlyn/f555677c98fb235dccadcf6d87b9d098#live-demos).

## [Sign in with Apple](https://github.com/NetCoreApps/AppleSignIn)

Simple Auth App configured with `AppleAuthProvider` inc. Flutter iOS/Android & Swift UI Integration Examples.

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/dev/ios-swiftui-xcode-capability.png)](https://github.com/NetCoreApps/AppleSignIn)

## [BookingsCrud](https://github.com/NetCoreApps/BookingsCrud)

Leverage [AutoQuery CRUD](https://docs.servicestack.net/autoquery-crud), ServiceStack [Studio](https://docs.servicestack.net/studio) with [User Admin module](https://docs.servicestack.net/studio-users) to create a Bookings System from scratch in minutes!

> YouTube: [youtu.be/XpHAaCTV7jE](https://youtu.be/XpHAaCTV7jE)

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/studio/bookings-crud-screenshot.png)](https://github.com/NetCoreApps/BookingsCrud)

#### Features

- [ServiceStack Studio](https://docs.servicestack.net/studio)

## [Northwind CRUD](https://github.com/NetCoreApps/NorthwindCrud)

Showcase of using [AutoQuery AutoGen](https://docs.servicestack.net/autogen) to instantly generate [ServiceStack gRPC](https://docs.servicestack.net/grpc) compatible Services.

> YouTube: [youtu.be/5NNCaWMviXU](https://youtu.be/5NNCaWMviXU)

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/release-notes/v5.9/autogen-grpc.png)](https://github.com/NetCoreApps/NorthwindCrud)

#### Features

- [ServiceStack gRPC](https://docs.servicestack.net/grpc)
- [Instantly Servicify existing Systems](https://docs.servicestack.net/servicify)
- [AutoGen](https://docs.servicestack.net/autogen)
- [ServiceStack Studio](https://docs.servicestack.net/studio)

## [Todo World](https://github.com/NetCoreApps/todo-world)

A Todo App exploring the wide world around how easy it is to consume ServiceStack Services in different languages!

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/grpc/grpc-videos-generic.png)](https://todoworld.servicestack.net)

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/grpc/grpc-videos-protoc.png)](https://todoworld.servicestack.net/#csharp)

## [World Validation](https://github.com/NetCoreApps/Validation)

Auth and Validation Examples using Server HTML Forms, jQuery, TypeScript, Vuetify, Razor and Sharp Pages

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/apps/Validation/home.png)](http://validation.web-app.io/)

> Live Demo: [validation.web-app.io](http://validation.web-app.io/)

#### Server Rendered HTML UIs

- [Sharp Pages using Server Controls](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/server) - [demo](http://validation.web-app.io/server/)
- [Server HTML enhanced with TypeScript](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/server-ts) - [demo](http://validation.web-app.io/server-ts/)
- [Server HTML enhanced with jQuery](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/server-jquery) - [demo](http://validation.web-app.io/server-jquery/)
- [ServiceStack.Razor using Razor Helpers](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/server-razor) - [demo](http://validation.web-app.io/server-razor/)

#### Client HTML UIs

- [Vue App using Vuetify’s Material Design Controls using ServiceClient Requests](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/vuetify) - [demo](http://validation.web-app.io/vuetify/)
- [TypeScript UI using Ajax Forms and ServiceClient Requests](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/client-ts) - [demo](http://validation.web-app.io/client-jquery/)
- [JavaScript UI using jQuery Ajax Requests](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/client-ts) - [demo](http://validation.web-app.io/client-jquery/)
- [Client jQuery Ajax Requests rendered by Razor pages](https://github.com/NetCoreApps/Validation/tree/master/world/wwwroot/client-razor) - [demo](http://validation.web-app.io/client-razor/)

For more info see the [World Validation docs](https://docs.servicestack.net/world-validation).

## [Northwind Auto](https://github.com/NetCoreApps/NorthwindAuto)

Empty App only configured with `northwind.sqlite` and AutoQuery to showcase [AutoGen to instantly servicify existing systems](https://docs.servicestack.net/servicify)!

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/apps/NorthwindAuto.png)](https://github.com/NetCoreApps/NorthwindAuto)

#### Features

- [Instantly Servicify existing Systems](https://docs.servicestack.net/servicify)
- [AutoGen](https://docs.servicestack.net/autogen)
- [ServiceStack Studio](https://docs.servicestack.net/studio)
- [Add ServiceStack Reference](https://docs.servicestack.net/add-servicestack-reference)

## [New TechStacks](https://github.com/NetCoreApps/TechStacks)

TechStacks makes it easy to find, discuss and share information on your favorite technologies with others sharing similar interests:

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/release-notes/techstacks-new.png)](https://techstacks.io)

> Live Demo: https://techstacks.io

#### Features

- [Recommended .NET SPA Stack](https://github.com/NetCoreApps/TechStacks#recommended-net-spa-stack)
- [Netlify CDN static hosting](https://github.com/NetCoreApps/TechStacks#netlify-cdn)
- [Reddit, HN, Discourse and StackOverflow Community Enhanced features](https://github.com/NetCoreApps/TechStacks#the-new-community-enhanced-techstacks)
- [Simple rsync Deployments](https://github.com/NetCoreApps/TechStacks#deployments)
- [Client / Server Validation with Vuetify](https://github.com/NetCoreApps/TechStacks#client--server-validation-with-vuetify)
- [Extensible AutoQuery Services](https://github.com/NetCoreApps/TechStacks#extensible-autoquery-services)
- [Background MQ Email Service](https://github.com/NetCoreApps/TechStacks#background-mq-service)

## [Redis GEO](https://github.com/NetCoreApps/redis-geo)

Redis GEO is a simple example showing how to make use of [Redis 3.2.0 new GEO capabilities](http://antirez.com/news/104):

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redis-geo/redisgeo-screenshot.png)](https://redis.netcore.io)

> Live Demo: https://redis.netcore.io

#### Features

- [1 Service](https://github.com/NetCoreApps/redis-geo/blob/master/src/RedisGeo.ServiceInterface/RedisGeoServices.cs)
- [1 default.html](https://github.com/NetCoreApps/redis-geo/blob/master/src/RedisGeo/wwwroot/default.html)

## [Chat](https://github.com/NetCoreApps/Chat)

> Feature rich Single Page Chat App, showcasing Server Events support in 170 lines of JavaScript!

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/chat.png)](http://chat.netcore.io)

> Live Demo: http://chat.netcore.io

#### Features

- [Server Events](https://github.com/NetCoreApps/Chat#server-sent-events)
- [Sending Events](https://github.com/NetCoreApps/Chat#sending-server-events)
- [Event Subscription](https://github.com/NetCoreApps/Chat#event-subscription)
- [Channels](https://github.com/NetCoreApps/Chat#channels)
- [Client Bindings - ss-utils.js](https://github.com/NetCoreApps/Chat#client-bindings---ss-utilsjs)
- [Remote Control](https://github.com/NetCoreApps/Chat#remote-control)
- [Selectors](https://github.com/NetCoreApps/Chat#selectors)
- [Global Event Handlers](https://github.com/NetCoreApps/Chat#global-event-handlers)
- [Postfix jQuery selector](https://github.com/NetCoreApps/Chat#postfix-jquery-selector)
- [Modifying CSS via jQuery](https://github.com/NetCoreApps/Chat#modifying-css-via-jquery)
- [jQuery Events](https://github.com/NetCoreApps/Chat#jquery-events)
- [Receivers](https://github.com/NetCoreApps/Chat#receivers)
- [Direct Messaging](https://github.com/NetCoreApps/Chat#sending-a-message-to-a-specific-user)
- [Server Event Services](https://github.com/NetCoreApps/Chat#server-event-services)

## [SimpleAuth.Mvc](https://github.com/NetCoreApps/SimpleAuth.Mvc)

> Simple demo showcasing integration and authentication with ServiceStack from ASP.NET MVC

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/mvc.png)](https://simpleauth-mvc.netcore.io)

> Live Demo: https://simpleauth-mvc.netcore.io

#### Features

- [ServiceStack Integration with MVC](http://docs.servicestack.net/servicestack-integration.html)
- [Authentication and Authorization](http://docs.servicestack.net/authentication-and-authorization.html)
- Twitter
- Facebook
- GitHub
- VK
- Yandex
- [JS Utils and Forms AutoBinding](http://docs.servicestack.net/ss-utils-js.html)

## [StackApis](https://github.com/NetCoreApps/StackApis)

> AngularJS Single Page App leveraging AutoQuery in <50 lines of JavaScript + 1 AutoQuery DTO

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/stackapis.png)](http://stackapis.netcore.io)

> Live Demo: http://stackapis.netcore.io

#### Features

- [AutoQuery](http://docs.servicestack.net/autoquery.html)
- [StackApis AutoQuery Service](https://github.com/NetCoreApps/StackApis#stackapis-autoquery-service)
- [OrmLite Sqlite](https://github.com/ServiceStack.OrmLite)

## [Imgur](https://github.com/NetCoreApps/Imgur)

> Imgur-like App to resize uploaded images in all iOS Resolutions in <30 lines of JavaScript + 1 ServiceStack ImageService

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/imgur.png)](http://imgur.netcore.io)

> Live Demo: http://imgur.netcore.io

#### Features

- [1 default.html page](https://github.com/NetCoreApps/Imgur/blob/master/src/Imgur/wwwroot/default.html)
- [1 ServicStack back-end .cs file](https://github.com/NetCoreApps/Imgur/blob/master/src/Imgur/Startup.cs)

## [Todos](https://github.com/NetCoreApps/Todos)

> Backbone.js Todo App powered by a C# Redis Client back-end

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/todos.png)](http://todos.netcore.io)

> Live Demo: http://todos.netcore.io

#### Features

- [1 ServicStack back-end .cs file](https://github.com/NetCoreApps/Todos/blob/master/src/Todos/Startup.cs)
- [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis)

## [Razor Rockstars](https://github.com/NetCoreApps/RazorRockstars)

> Showcase of ServiceStack's unified HTTP Stack with Razor support, embedded Markdown Razor Views, Controller-less Razor Pages, Cascading Layout templates, Smart View Pages, Flexible Layouts

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/razor.png)](http://razor.netcore.io)

> Live Demo: http://razor.netcore.io

#### Features

- [OrmLite Sqlite](https://github.com/ServiceStack.OrmLite)
- [Runs Everywhere](http://razor.netcore.io/#runs-everywhere)
- [One simple and unified HTTP stack](http://razor.netcore.io/#unified-stack)
- [No Ceremony Option](http://razor.netcore.io/#no-ceremony)
- [Smart View Pages](http://razor.netcore.io/#smart-views)
- [Built-in Markdown](http://razor.netcore.io/#markdown)
- [Optimized for developer productivity](http://razor.netcore.io/#optimized-for-dev)

## [Rest Files](https://github.com/NetCoreApps/RestFiles)

> GitHub-like browser with complete remote file management over REST APIs in 1 page of jQuery and 1 FileService.cs

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/restfiles.png)](http://restfiles.netcore.io)

> Live Demo: http://restfiles.netcore.io

#### Features

- [1 Page jQuery](https://github.com/NetCoreApps/RestFiles/blob/master/src/RestFiles/wwwroot/default.htm)
- [1 ServiceStack FilesService](https://github.com/NetCoreApps/RestFiles/blob/master/src/RestFiles.ServiceInterface/FilesService.cs)

## [Northwind](https://github.com/NetCoreApps/Northwind)

> Northwind database viewer, showing how to easily expose read and cached view services of an internal dataset with ServiceStack + OrmLite

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/northwind.png)](http://northwind.netcore.io)

> Live Demo: http://northwind.netcore.io

#### Features

- [AutoQuery](http://docs.servicestack.net/autoquery.html)
- [AutoQuery.cs](https://github.com/NetCoreApps/Northwind/blob/master/src/Northwind.ServiceModel/AutoQuery.cs)
- [OrmLite Sqlite](https://github.com/ServiceStack.OrmLite)
- [Multiple automatic built-in Content-Types](http://northwind.netcore.io/default.htm)
- [Custom Media Types - Adding vcard format](http://northwind.netcore.io/vcard-format.htm)
- [1 CachedService](https://github.com/NetCoreApps/Northwind/blob/master/src/Northwind.ServiceInterface/CachedServices.cs)

## [Redis StackOverflow](https://github.com/NetCoreApps/RedisStackOverflow)

> Mini StackOverflow Single Page App built using just ServiceStack + Redis

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redisstackoverflow.png)](https://github.com/NetCoreApps/RedisStackOverflow)

#### Features

- [1 Page jQuery](https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/wwwroot/default.htm)
- [1 Redis Repository](https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow.ServiceInterface/IRepository.cs)
- [ServiceStack.Redis C# Client](https://github.com/ServiceStack/ServiceStack.Redis)