{% extends "clj_wamp_example/views/layout.html" %} {% block content %}

RPC Demo

Echo

Server will echo user input back to the client

Error Handling

clj-wamp will automatically return errors when a call is not found or when exceptions are thrown

Calculator

Calls the server whenever an operation is clicked and displays the result

0
{% include "clj_wamp_example/views/error-modal.html" %} {% endblock %} {% block inline-script %} {% endblock %} {% block head-style %} {% endblock %}