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

The Mad Science of Node #54

Open
trevnorris opened this issue Jun 25, 2015 · 0 comments
Open

The Mad Science of Node #54

trevnorris opened this issue Jun 25, 2015 · 0 comments

Comments

@trevnorris
Copy link

JavaScript is a wonderfully dynamic and quirky language. It allows the seemingly impossible to be possible, and the strange to become reality. But just how strange can it get?

We're going to wander where few developers have dared venture before. Exploring topics starting from dynamically created functions on the fly all the way to seeing what happens when a module's source is updated while the application is still running.

After exploring to the limitations of JavaScript, we'll further explore the insanity by playing with the native side. Trust me, this is when reality really starts to breaks down. We'll start off with something simple. Like how to immediately share state between native and JS. Then reaching deeper we'll explore what kind of black magic can happen by creating your very own mutable strings and what happens by operating on them. Wrapping things up we may possibly look at sharing memory between two node processes and how to serialize an object from one process to be used by the other.

Bring your straitjackets, because things are going to get weird.

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

No branches or pull requests

1 participant