AjTalkJs usando Node.js/Express 4/Bootstrap

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

AjTalkJs usando Node.js/Express 4/Bootstrap

Español (Spanish) mailing list
Hola gente!

Una simple actualizacion a lo que mostre el anio pasado en Smalltalks:

https://github.com/ajlopez/AjTalkJs/tree/master/samples/express4/bootstrap


Para los que tienen node/npm instalado

Clonar el repo
cd AjTalkJs/samples/express4
npm install
cd bootstrap
node run app.st

Abrir http://localhost:3000

[image: Inline image 1]

Lo que agregue ayer fue:

- super bytecode (no usado en el ejemplo)
- llamadas nativas directas tipo

app.set('views', pepe)

como app set: 'views' with: pepe.

sino antes era (y sigue siendo)

app napply: 'set' with: { pepe }.

Nos leemos!

Angel "Java" Lopez
@ajlopez

image.png (58K) Download Attachment