开发者

How to create a scala based service daemon which can be called by a web app?

How could I write a service in scala such that a web application wo开发者_高级运维uld be able to call out to its endpoints?

How would it run as a daemon?


You could use Lift to build a REST-style web service. The Lift wiki explains it quite well.


You should take a look at BlueEyes and Scalatra if all you want is an efficient/scalable RESTful service, without the extra bells and whistles that Lift gives you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜