Created
April 1, 2015 03:28
-
-
Save giobyte8/786bc9a07bb0b1f558ef to your computer and use it in GitHub Desktop.
Parte 3 | Creando un sistema de chat sobre NodeJS con Socket.IO, ExpressJS, MongoDB, Foundation y Openshift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Solicitamos al servidor los ultimos mensajes | |
* del historial registrado. | |
*/ | |
socket.emit('latest messages'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment