Brittany Mazza 0b489aef35 Merge branch 'fixNancy-mono' of https://github.com/TechEmpower/FrameworkBenchmarks into lgratrix-fix-nancy-mono 10 سال پیش
..
NancyModules 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
lib 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
src a26c9a70e0 attempt to get nancy-libevent to work. Not Successful. The Nancy version 10 سال پیش
.gitignore 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
README.md 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
bash_profile.sh 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
benchmark_config.json 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 سال پیش
install.sh 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
nginx.conf 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
nginx.conf.libevent 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
setup_iis.ps1 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
setup_iis.py 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
setup_libevent.py 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
setup_libevent.sh a26c9a70e0 attempt to get nancy-libevent to work. Not Successful. The Nancy version 10 سال پیش
setup_nginx.sh 69d24e3237 update nancy's setup_nginx.sh to use updated mono install, after aspnet 10 سال پیش
setup_xsp.py 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش
source_code 3be81db640 Fixed mono/xsp install and got nancy-mono working 10 سال پیش

README.md

Nancy on Mono and Windows

Tests

JSON

  • http://localhost:8080/json

Nancy - Dapper (ORM)

MySQL

  • http://localhost:8080/db
  • http://localhost:8080/db/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

Databases

  • MySQL Connector/Net

Developer Tools

  • Visual Studio 2012