Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrad/opxi2flowy
Opxi2 Flow-based Messaging Platform
https://github.com/behrad/opxi2flowy
Last synced: about 1 month ago
JSON representation
Opxi2 Flow-based Messaging Platform
- Host: GitHub
- URL: https://github.com/behrad/opxi2flowy
- Owner: behrad
- Created: 2013-05-04T17:44:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T08:27:48.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:03:30.842Z (9 months ago)
- Language: JavaScript
- Size: 270 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Opxi2 Flowbased Messaging
=========================Integration of Opxi2 Node.js Messaging core with Flow based development
Part of [dataflo.ws framework](https://github.com/apla/dataflo.ws)
Installation
============```
npm install dataflo.ws -g
cd ../opxi2-nodejs
npm install .
sudo npm link
cd ../opxi2flowy
npm install .
#sudo npm link
```Read Log Files
==============```bash
sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" FILE
sed -n -e 120p FILE
```