chatAlexCel SVN
Brought to you by:
elcoyotearias
| File | Date | Author | Commit |
|---|---|---|---|
| .git | 2022-05-31 | alex-cel | [r2] RESPALDO 31-05-2022 12:21 a.m. |
| mysql-test | 2022-04-08 | alex-cel | [r1] RESPALDO 07-04-2022 08:02p.m. |
| node_modules | 2022-05-31 | alex-cel | [r2] RESPALDO 31-05-2022 12:21 a.m. |
| public | 2022-06-10 | alex-cel | [r8] RESPALDO AL 10-06-2022 / 07:35p.m. |
| router | 2022-05-31 | alex-cel | [r3] RESPALDO DEL 31-05-2022 A LAS 2:08p.m. |
| socket.io-master | 2022-04-08 | alex-cel | [r1] RESPALDO 07-04-2022 08:02p.m. |
| README.md | 2022-04-08 | alex-cel | [r1] RESPALDO 07-04-2022 08:02p.m. |
| index.js | 2022-06-07 | alex-cel | [r7] RESPALDO DEL 07-06-2022 / 04:15p.m. |
| package-lock.json | 2022-06-01 | alex-cel | [r4] RESPALDO 31-05-2022 9:25p.m. |
| package.json | 2022-06-01 | alex-cel | [r4] RESPALDO 31-05-2022 9:25p.m. |
| socket.io-master.zip | 2022-04-08 | alex-cel | [r1] RESPALDO 07-04-2022 08:02p.m. |
A simple chat demo for socket.io
$ cd socket.io
$ npm install
$ cd examples/chat
$ npm install
$ node .
And point your browser to http://localhost:3000. Optionally, specify
a port by supplying the PORT env variable.