Simple Express (node.js) chat with sound effects
- OCaml 34.6%
- JavaScript 29.1%
- HTML 26.1%
- CSS 10.2%
| public | ||
| .gitignore | ||
| .merlin | ||
| a.html | ||
| ast.ml | ||
| lexer.ml | ||
| m.html | ||
| m.js | ||
| message.ml | ||
| package.json | ||
| parser.ml | ||
| pouet.js | ||
| README.md | ||
| sim.ml | ||
| style.css | ||
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.