Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing NodeJS bootstrap #255

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixing NodeJS bootstrap #255

wants to merge 4 commits into from

Conversation

levjj
Copy link
Contributor

@levjj levjj commented May 6, 2014

It is possible to load LivelyKernel as NodeJS module with

var lively = require('livelykernel');

However, this requires jsdom and xmlhttprequest modules and a correct setup of the global namespace in bootstrap.js. This patch added these dependencies as optional and fixing a few bugs in bootstrap.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant