Liking cljdoc? Tell your friends :D

easy-rpc.server


create-serverclj

(create-server config)

Returns an rpc server config with lib functions attached

Returns an rpc server config with lib functions attached
sourceraw docstring

on-messageclj

(on-message server [f-name args])

Handles message by calling the api function. Throws NullPointerException if function f-name is not found in the rpc namespace.

Handles message by calling the api function. Throws NullPointerException if function f-name is not found in the rpc namespace.
sourceraw docstring

start!clj

(start! config)

Creates and starts rpc server using input config

Creates and starts rpc server using input config
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close