This is a very simple example for a Seneca based application.
To run you need:
- Node.js
- Seneca:
npm install seneca
Run the server with
node server.js
Run the client with node client.js
. It will send a message to the
server and output the result on the console.
See also Seneca Getting Started and the Seneca Examples