A sample maven project using BPjs. Clone or fork this project to easily start your own prject using BPjs. This project has two files:
src/main/resources/HelloBPjsWorld.js
BPjs "hello world" program.src/main/java/il/ac/bgu/cs/bp/samplebpjsproject/HelloWorld.java
Simple "main" class for runningHelloBPjsWorld.js
and emitting its events to stdout.