5 ms·
For those looking for something more like Sinatra in Java, check out webbit: https://github.com/joewalnes/webbit https://github.com/joewalnes/webbit Here's an
by scorchin 15y ago
For those looking for something more like Sinatra in Java, check out webbit: https://github.com/joewalnes/webbit https://github.com/joewalnes/webbit
Here's an example of a simple Websocket chat server: https://gist.github.com/1421652 https://gist.github.com/1421652
Disclaimer: It's an open source project that I have some commits to
- logn 15y ago>Disclaimer: It's an open source project that I have some commits to Is that like a 'full disclosure' notice or are we supposed to be terrified of your code?
- simpsond 15y agoWebbit looks much more like embedded Jetty and plain servlets than Sinatra. If you really want something like Sinatra in you Java project, wire in Scala and try Scalatra.