swagger-api / swagger-socket

Swagger Socket: A REST over WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a plain swaggersocket.js

elakito opened this issue · comments

Add a jquery-free version of swaggersocket.js.
This is related to #24.

As part of this change, we should also rename the current module swaggersocket.js which contains jquery.swaggersocket.js to swaggersocket.jquery and use swaggersocket.js to contain this new swaggersocket.js.

Could be easy to do by using atmosphere.js as well.

yes.
it will be using atmosphere.js.

@jfarcand
I just pushed the change. This script is just a modified version of jquery.swaggersocket.js to replace its jquery usage and structurally identical to it.

I also added a copy of helloworld sample hellworld2 that uses this script for testing.

regards, aki