overlast / nginx-msgpack-rpc-module

Nginx module to provide client methods of MessagePack RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-msgpack-rpc-module

Nginx module to provide client methods of MessagePack RPC

Motive

Request to MessagePack RPC server using Nginx as MessagePack RPC client.

When you need a MessagePack RPC client, your work will be finished if you write IP address and port number of a MessagePack RPC server to nginx.conf.

There is no need to implement MessagePack RPC clients corresponding to new MessagePack RPC servers.

Requirements

Following programs are required to build:

License

Copyright (C) 2014 Toshinori SATO <overlasting _attt_ gmail _dottt_ com>

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

See also NOTICE file.

About

Nginx module to provide client methods of MessagePack RPC


Languages

Language:C 62.0%Language:Shell 20.6%Language:Nginx 10.1%Language:C++ 4.8%Language:Perl 2.5%