lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
400 stars 114 forks source link

Add complete API documentation #16

Open lipp opened 11 years ago

ayyoitsp commented 11 years ago

Would love to see this up. In the mean time, do you have any quicky and dirty sample lua code for a client to connect to the test servers?

lipp commented 11 years ago

I hope to get this done within some days. Meanwhile you may have a look at the spec/ folder. It contains busted tests and implicitly documents the API. https://github.com/lipp/lua-websockets/blob/master/spec/client_spec.lua

lipp commented 11 years ago

API.md created. TODO add lua-ev backend doc.