johnny-shaman / de.js

de.js contribute at DataFlow EventDriven Multi Paradime Javascript thinking at Functional Programing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

de.js

de.js contribute at DataFlow EventDriven Multi Paradime Javascript thinking about Functional Programing.

de.js is very friendly of OOP

Sample code

let MyButton = function () {
    this
    ._({
        Alice: "Who are you ?",
        CheshireCat: "I not interested about you."
    })
    ._(button.$("Push Me"))
    .on("click");
}._({
    click (e) {
        this.each((v, k) => e.$.outer.$(p.$(k + ": " + v)));
    }
});
$.body.$(article.$(new MyButton()));

You can Connect on webRTC;

let pvp = new PvP((e) => window.talk = e.$);

Let's hack it!

reference

https://github.com/johnny-shaman/de.js/wiki

GNU Public License v3

About

de.js contribute at DataFlow EventDriven Multi Paradime Javascript thinking at Functional Programing

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%