/seneca-example

A simple example using the Seneca framework

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Simple Seneca example

German / Deutsch

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