How to use Barbarian var Barbarian = require('barbarian'); var barbarian = new Barbarian(); barbarian.init(function() { barbarian.createWindow('http://coscup.org/'); });
● Blink! ● Using CEF in your native application ● Support all of Chromium features ● HTML5/CSS3/WebGL ● WebRTC, Webcam and speech input ● off-screen rendering support ● Cross-platform(Linux, Windows, Mac) ● C/C++, Java, .Net, .net/Mono, Python, Delphi CEF Features JavaScript?
● Event-loop ○ Using libuv to do integration ● Multi-process ○ making a single executable binary ○ UI/Renderer Process ● Multi-thread ○ buggy ○ Lost events ○ Event Handler crashes ○ Segmentation faults with Node.js Issues