gimlet2 / kottpd

REST framework written in pure Kotlin
MIT License
74 stars 16 forks source link

WebSockets support #6

Open gimlet2 opened 8 years ago

tipsy commented 7 years ago

@gimlet2 are you still working on this project?

gimlet2 commented 7 years ago

@tipsy Yes, now I'm working on support of async sockets. and some experiments with kotlin-native. But websockets on roadmap somewhere. Wanna help? =)

tipsy commented 7 years ago

websockets on roadmap somewhere. Wanna help? =)

Happy to hear it. Sorry, I can't help, I need to prioritize working on my own framework (javalin), but I really like your approach. My first thought was also that with this little code and no dependencies, you could go for kotlin-native.

I was particularly interested in this feature since I'm considering adding websocket support myself, and I'm curious to see how you'll solve it. I've put your project on watch :)