Chat server: Difference between revisions

m
(CoffeeScript)
Line 94:
=={{header|CoffeeScript}}==
 
This is ported from the JavaScript version. The tool js2coffee got me a mostly working version, and then I manually converted JS-style classes to CS "classclassic-style class" syntax.
 
<lang coffeescript>
Line 205:
server = new ChatServer()
</lang>
 
 
=={{header|Erlang}}==
Anonymous user