新手问题 sinatra 可以处理 http 和 tcp 请求吗

tibelf · October 21, 2013 · Last by qichunren replied at October 21, 2013 · 1843 hits

sinatra 可以接受 get,post,put 等的 http 请求;但是 sinatra 可以接受 tcp 请求吗? 其实我是想自己实现一个 URL 转发服务器,不知道 thin+sinatra 是否可以实现? 在线等~~~~

tcp 还是自己写吧

你可以在应用中开启一个新线程,处理 tcp 请求。

You need to Sign in before reply, if you don't have an account, please Sign up first.