Affichage des articles dont le libellé est nodeJS. Afficher tous les articles
Affichage des articles dont le libellé est nodeJS. Afficher tous les articles
dimanche 28 juillet 2013
NodeJS, Android
sources
http://jfarcand.wordpress.com/2013/04/04/wasync-websockets-with-fallbacks-transports-for-android-node-js-and-atmosphere/
http://android-er.blogspot.com/2011/10/load-local-html-webpage-inside-apk.html
http://www.edumobile.org/android/android-development/socket-programming/
lundi 22 avril 2013
jeudi 7 février 2013
nodeJS raspberry pi
how to install nodejs on the raspberry
wget http://nodejs.org/dist/v0.8.11/node-v0.8.11.tar.gz
tar -zxf node-v0.8.11.tar.gz
cd node-v0.8.11
./configure
make
sudo make install
wget http://nodejs.org/dist/v0.8.11/node-v0.8.11.tar.gz
tar -zxf node-v0.8.11.tar.gz
cd node-v0.8.11
./configure
make
sudo make install
$ curl http://nodejs.org/dist/v0.8.16/node-v0.8.16.tar.gz | tar xz
$ cd node-v0.8.16
$ ./configure
$ make
(... two hours of build output gibberish ...)
$ make install
or
$ curl http://nodejs.org/dist/node-latest.tar.gz | tar xz
$ node -v
v0.8.16
$ npm -v
1.1.69
$ which node
/usr/local/bin/node
$ ldd `which node`
/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0x40236000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x40074000)
librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0x40036000)
libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 (0x40107000)
libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x4023f000)
libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x4007f000)
libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x400a7000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x402b0000)
/lib/ld-linux-armhf.so.3 (0x400d2000)
$
Inscription à :
Articles (Atom)