#neon #servo #node #electron #javascript

tachyon

A Servo application shell driven by Neon modules

1 unstable release

Uses old Rust 2015

0.0.0 Jul 1, 2016

#18 in #neon

ISC license

2KB

tachyon

A Servo application shell driven by Neon modules

Building

  1. Install rust
  2. Satisfy the servo prerequisites
  3. brew install flow npm
  4. export PATH=node_modules/.bin:$PATH
  5. clone and build:
hub clone freebroccolo/tachyon
cd tachyon
npm install
./script/cargo.js build

You probably want to go get a coffee at this point…

Running

babel-node app/index.js

This runs a Node module that hooks into Servo via Neon and pops up a window. Nothing fancy yet.

No runtime deps