ss-gorilla
v0.1.0
Published
GorillaScript wrapper for SocketStream 0.3
Downloads
2
Readme
GorillaScript (JS) wrapper for SocketStream 0.3
Allows you to use GorillaScript files (.gs) in your SocketStream project.
Instructions
Add ss-gorilla
to your application's package.json
file and then add this line to app.js:
ss.client.formatters.add(require('ss-gorilla'));