Skip to content

Commit ecb3aee

Browse files
committed
Merge pull request Astn#23 from CoiniumServ/master
Updated readme.md.
2 parents 14b66d1 + 34d54c9 commit ecb3aee

2 files changed

Lines changed: 41 additions & 8 deletions

File tree

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2011 Austin W Harris
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,40 @@
1-
JSON-RPC.NET
1+
![Screenshot](http://i.imgur.com/rxHaXLb.png)
2+
3+
json-rpc.net
24
============
35

4-
.Net JSON RPC framework
6+
JSON-RPC.Net is a high performance Json-Rpc 2.0 server, leveraging the popular JSON.NET library. Host in ASP.NET, also supports sockets and pipes, oh my!
57

8+
##### Requirements
9+
* dotnet 4.0 or mono
610

7-
============
8-
The MIT License (MIT)
9-
Copyright (c) 2011 Austin W Harris
11+
##### License
12+
JSON-RPC.net is licensed under The MIT License (MIT), check the [LICENSE](https://github.com/CoiniumServ/JSON-RPC.NET/blob/master/LICENSE) file for details.
13+
14+
##### Installation
15+
16+
You can start using JSON-RPC.Net with our [nuget](https://www.nuget.org/packages/AustinHarris.JsonRpc/) package.
17+
18+
To install JSON-RPC.NET Core, run the following command in the Package Manager Console;
19+
20+
```
21+
PM> Install-Package AustinHarris.JsonRpc
22+
```
23+
24+
To install JSON-RPC.NET AspNet, run the following command in the Package Manager Console
25+
26+
```
27+
PM> Install-Package AustinHarris.AspNet
28+
```
29+
30+
##### Performance
31+
32+
Under ideal conditions > 120k rpc/sec (cpu i7-2600,console server, no IO bottleneck)
33+
34+
##### Getting Started & Documentation
1035

11-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
36+
Check our [documentation](https://github.com/Astn/JSON-RPC.NET/wiki).
1237

13-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
38+
##### Old Project Site
1439

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
40+
We have to github lately and host our [issues section](https://github.com/Astn/JSON-RPC.NET/issues) here, though you can still check the previous [issues](https://jsonrpc2.codeplex.com/workitem/list/basic) and [discussions](https://jsonrpc2.codeplex.com/discussions) over our old project site.

0 commit comments

Comments
 (0)