Skip to content

Commit

Permalink
Update RPC.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Jan 17, 2014
1 parent 6426b80 commit d1b15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ So let's export a "hello" function on ``.2``.
uwsgi.register_rpc("hello", hello_world)
This uses :py:meth:`uwsgi.register_rpc` to declare a function called "hello" to be exported. We'll start the server with ``--server :3031``.
This uses :py:meth:`uwsgi.register_rpc` to declare a function called "hello" to be exported. We'll start the server with ``--socket :3031``.

On the caller's side, on ``10.0.0.1``, let's declare the world's (second) simplest WSGI app.

Expand Down

0 comments on commit d1b15aa

Please sign in to comment.