jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Tentative pull request #1

Closed beatgammit closed 11 years ago

beatgammit commented 11 years ago

I've implemented a ton of stuff, and only tested some (everything in wamp should have good tests). Basically I've:

This definitely isn't ready for production, but at least it should give you an idea of where I was thinking it should go. Go ahead and change everything if you like. I'll start working on getting a stupid simple chat room working.

beatgammit commented 11 years ago

If i get around to finishing a chat system, I'll remove the panics and merge this. i'm leaving this open because I may want to add some commits. Feel free to take a look.

Just so you know, I've abandoned the reflection stuff. When I got to implementing more, I found I didn't need the MarshalJSON method, which was the entire reason for going that way.