Core libraries and tools part for pro architecture. It's a submodule - use from this perspective http://git.maniak.pro/madmaniak/pro
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marek Piasecki 322f14081f fixing pro-example-app, but don't remember those changes 6 years ago
..
Dockerfile fixing pro-example-app, but don't remember those changes 6 years ago
README.md initial commit - moved from pro repo 7 years ago
base.coffee initial commit - moved from pro repo 7 years ago
docker.yml initial commit - moved from pro repo 7 years ago
entry.coffee initial commit - moved from pro repo 7 years ago
node_modules initial commit - moved from pro repo 7 years ago
outgo.coffee initial commit - moved from pro repo 7 years ago
package.json initial commit - moved from pro repo 7 years ago
primus.js initial commit - moved from pro repo 7 years ago

README.md

Role

Communication between browser and application.

Setup

https://github.com/primus/primus

cd tools/primus
npm install

Procfile

dialogI: sh -c 'cd ./tools/primus && exec coffee entry.coffee'
dialogO: sh -c 'cd ./tools/primus && exec coffee outgo.coffee'