Patrick Falls fb4a28016c update sort order 12 年之前
..
lib bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
src ca1dd4539d Updated `queries` request in `servicestack` 12 年之前
.gitignore bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
README.md 4fe6e40a5c Cleaned up version refs in README.md 12 年之前
__init__.py bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
benchmark_config fb4a28016c update sort order 12 年之前
nginx.conf bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
setup_iis.ps1 bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
setup_iis.py bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
setup_nginx.py bdf22ca1e3 Added the .NET ServiceStack framework 12 年之前
setup_xsp.py 34ba4bacda Fixed invalid paths in servicestack\setup.xsp.py 12 年之前

README.md

ServiceStack on Mono and Windows

Tests

JSON

  • http://localhost:8080/json

ServiceStack - OrmLite (ORM)

MySQL

  • http://localhost:8080/db
  • http://localhost:8080/db?queries=10

Mono Installation

sudo apt-get install build-essential autoconf automake libtool zlib1g-dev git

git clone git://github.com/mono/mono
cd mono
git checkout mono-3.0.10
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
sudo make install

cd ..

git clone git://github.com/mono/xsp
cd xsp
git checkout 3.0
./autogen.sh --prefix=/usr/local
make
sudo make install

Versions

Language

  • C# 5.0

Platforms

  • .NET Framework 4.5 (Windows)
  • Mono 3.0.X (Linux)

Web Servers

  • IIS 8 (Windows)
  • nginx 1.4.0 & XSP FastCGI (Linux)

Web Stack

  • ASP.NET 4.5
  • ServiceStack

Databases

  • MySQL Connector/Net

Developer Tools

  • Visual Studio 2012