https://github.com/ruby0x1/v8-tutorials
A set of introductory tutorials for the v8 javascript engine
https://github.com/ruby0x1/v8-tutorials
Last synced: 3 months ago
JSON representation
A set of introductory tutorials for the v8 javascript engine
- Host: GitHub
- URL: https://github.com/ruby0x1/v8-tutorials
- Owner: ruby0x1
- Created: 2011-02-02T21:27:01.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T16:51:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T05:57:57.902Z (3 months ago)
- Language: C++
- Homepage: https://underscorediscovery.ca
- Size: 9 MB
- Stars: 237
- Watchers: 15
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a set of v8 usage examples, written originally for [altdevblogaday.com](http://altdevblog.com/2011/02/02/change-is-as-good-as-a-holiday-an-introduction-to-the-v8-javascript-engine/). I hope these help you, as I wish I had something like this when I first used v8 :)
• [I sometimes tweet](www.twitter.com/___discovery)
License:
- Google v8 has its own licenses, see https://developers.google.com/v8/
- These examples and sources - MIT License.