Simple Express (node.js) chat with sound effects
  • OCaml 34.6%
  • JavaScript 29.1%
  • HTML 26.1%
  • CSS 10.2%
Find a file
2018-09-30 19:31:39 +02:00
public Removed embarrassing resources 2018-09-30 13:34:54 +02:00
.gitignore Model 2018-08-07 05:22:55 +02:00
.merlin Model 2018-08-07 05:22:55 +02:00
a.html Autocomplete test 2018-08-07 05:22:55 +02:00
ast.ml Model 2018-08-07 05:22:55 +02:00
lexer.ml Model 2018-08-07 05:22:55 +02:00
m.html Decoupling 2018-08-07 05:22:55 +02:00
m.js Decoupling 2018-08-07 05:22:55 +02:00
message.ml Model 2018-08-07 05:22:55 +02:00
package.json Updated Express 2018-09-30 13:32:50 +02:00
parser.ml Model 2018-08-07 05:22:55 +02:00
pouet.js Initial commit 2017-07-13 22:55:37 +02:00
README.md README 2018-09-30 19:31:39 +02:00
sim.ml Model 2018-08-07 05:22:55 +02:00
style.css Better layout (stolen) 2018-08-07 05:22:55 +02:00

Simple Node.js chat server

There's currently nothing special going on about the Node.js server.

By default, the client-side JavaScript connects a WebSocket to the same server that served the page using it. You can easily change this by editing public/real.js since there's no such thing as Same-Origin Policies for WS.