5 lines
72 B
CoffeeScript
5 lines
72 B
CoffeeScript
# init Socket.IO
|
|
socket = io()
|
|
|
|
# init CraftyJS framework
|
|
Crafty.init()
|