Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```