msmith-techempower aa81fbe68b Removed xsp dependencies and xsp 9 years ago
..
NancyModules ba86655810 Update CSharp/Nancy 9 years ago
lib 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
src 12d61fc76c Display stack trace through Nancy for debugging 10 years ago
.gitignore 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
README.md 3aa1fb4424 Add information to Nancy readme, including link for discussion, Resolves #877 10 years ago
benchmark_config.json ba86655810 Update CSharp/Nancy 9 years ago
nginx.conf ba86655810 Update CSharp/Nancy 9 years ago
nginx.conf.libevent 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
setup_iis.ps1 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
setup_iis.py 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
setup_libevent.py 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago
setup_libevent.sh 139b9eed44 Clean up setup shell scripts for Nancy tests, nancy-mono passing 10 years ago
setup_nginx.sh aa81fbe68b Removed xsp dependencies and xsp 9 years ago
source_code 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 years ago

README.md

Nancy on Mono and Windows Benchmarking Test

The information below contains information specific to Nancy on Mono and Windows. For further guidance, review the documentation. Also note the additional information provided in the CSharp README.

This is the Nancy on Mono and Windows portion of a benchmarking test suite comparing a variety of web platforms.

Infrastructure Software 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

Databases

  • MySQL Connector/Net

Developer Tools

  • Visual Studio 2012

Paths & Source for Tests

Nancy - Dapper (ORM)

Add a New Test for Nancy

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

Get Help

Experts

There aren't any experts listed, yet. If you're an expert, add yourself!

Community

  • Chat in the #NancyFX room on JabbR.
  • #NancyFx on Twitter.

Resources