Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/pnacl-quickstart
pnacl-quickstart
https://github.com/thlorenz/pnacl-quickstart
Last synced: 13 days ago
JSON representation
pnacl-quickstart
- Host: GitHub
- URL: https://github.com/thlorenz/pnacl-quickstart
- Owner: thlorenz
- Created: 2014-02-02T04:28:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T22:40:59.000Z (almost 11 years ago)
- Last Synced: 2024-12-10T08:26:02.052Z (about 1 month ago)
- Language: C++
- Homepage: https://developers.google.com/native-client/dev/
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pnacl-quickstart
Quickstart project to allow you to play with [pnacl](https://developers.google.com/native-client/dev/).
## Start
npm start
## What does it do?
On start a server launches that will serve the main page on [http://localhost:3000](http://localhost:3000).
The nice thing is that on **each refresh, the bundle is updated and the make step run for you automatically**.
Therefore it can serve as a nice quickstart to play with pnacl while getting immediate feedback whenever you made
changes to your code, be it the `JavaScript` or `C++` end.Sometimes the first refresh doesn't succeed completely - Status will be `'NO-STATUS'`, in that case just refresh
again.Enjoy!
## Important
Depends on [`pnacl_sdk`](https://developers.google.com/native-client/dev/sdk/download) dir being `../../` relative to
this project. So either arrange for that or adapt `NACL_SDK_ROOT` variable inside the Makefile in order to play with
this.