MobileAppServer 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MobileAppServer --version 1.5.0
NuGet\Install-Package MobileAppServer -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MobileAppServer" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MobileAppServer --version 1.5.0
#r "nuget: MobileAppServer, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MobileAppServer as a Cake Addin
#addin nuget:?package=MobileAppServer&version=1.5.0

// Install MobileAppServer as a Cake Tool
#tool nuget:?package=MobileAppServer&version=1.5.0

A simple, lightweight and fast MVC-like Socket server

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MobileAppServer:

Package Downloads
SocketAppServer.Extensions.ClientMaker

This extension will generate the source files (.cs) of classes to access your server's controllers and actions.

Xamarin.AdvancedWebForms

This library allows you to embed html-css-js frontend code into your native Xamarin.Android application, installed and served locally; [!!!] Download the command-line tool for managing deployments and applications: https://github.com/marcos8154/Xamarin.AdvancedWebForms/releases The library will create: - The http micro-server embedded in the application to serve static files - Possibility to create your local web-api end-points (which will call native functions in the app) - Network port for remote hot-deploying static files (in debug)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.49 306 7/17/2023
2.0.48 212 3/23/2023
2.0.47 222 3/22/2023
2.0.46 227 3/21/2023
2.0.45 407 10/20/2022
2.0.44.1301 559 6/23/2022
2.0.43 460 12/28/2021
2.0.41 1,159 11/19/2020
2.0.40 415 11/18/2020
2.0.39 349 11/17/2020
2.0.38 403 11/17/2020
2.0.36 387 11/3/2020
2.0.35 407 10/30/2020
2.0.33 700 10/5/2020
2.0.32 387 10/4/2020
2.0.31 400 10/3/2020
2.0.30 384 9/22/2020
2.0.28 449 8/9/2020
2.0.27 508 6/24/2020
2.0.26 452 6/23/2020
2.0.25 403 5/26/2020
2.0.24 424 5/24/2020
2.0.23 464 5/19/2020
2.0.22 460 5/19/2020
2.0.21 457 5/18/2020
2.0.20 424 5/18/2020
2.0.19 432 5/18/2020
2.0.18 415 5/18/2020
2.0.17 434 5/18/2020
2.0.16 431 5/18/2020
2.0.15 441 5/18/2020
2.0.14 421 5/16/2020
2.0.13 419 5/16/2020
2.0.12 412 5/16/2020
2.0.11 396 5/13/2020
2.0.10 412 5/13/2020
2.0.9 474 5/11/2020
2.0.8 439 5/9/2020
2.0.7 421 4/28/2020
2.0.6 439 4/27/2020
2.0.5 422 4/26/2020
2.0.4 396 4/26/2020
2.0.3 397 4/23/2020
2.0.2 584 4/21/2020
2.0.1 698 4/16/2020
2.0.0 429 4/16/2020
1.6.0 505 4/2/2020
1.5.2 524 2/27/2020
1.5.1 1,148 2/23/2020
1.5.0 523 2/21/2020
1.4.9 485 2/20/2020
1.4.8 463 2/20/2020
1.4.6 469 1/15/2020
1.4.5 491 12/18/2019
1.4.4 503 12/18/2019
1.4.3 509 12/12/2019
1.4.2 484 10/26/2019
1.4.1 505 10/25/2019
1.4.0 509 10/25/2019
1.3.9.2 481 10/25/2019
1.3.9 533 9/11/2019
1.3.7 484 9/5/2019
1.3.3 494 9/4/2019
1.3.2 490 9/4/2019
1.3.1 492 9/4/2019
1.3.0 521 9/4/2019
1.2.9 491 9/4/2019
1.2.8 477 9/4/2019
1.2.7 504 9/4/2019
1.2.6 500 9/4/2019
1.2.5.8 495 9/4/2019
1.2.5 508 9/3/2019
1.2.1 535 8/1/2019

Implemented LoadBalancing services
Native List<> and GUID compatibility on Controller Actions