英文:
Video / Voice Chat Web Application with Java
问题
我正在尝试为我基于JavaEE开发的Web聊天应用添加语音/视频聊天功能。
我尚未找到关于如何在Java中实现具有服务器和客户端(不允许使用JavaScript)的情况下实现该功能的任何教程。
是否有任何教程可以帮助我(例如使用Websockets)?
英文:
I am trying to add a voice / video chat feature to my web-based chat application developed in JavaEE.
I have not found any tutorials on how to achieve that with both Server and Client written in Java (no javascript allowed).
Is there any tutorials that can help me (using websockets for example) ?
答案1
得分: 0
你可以查看一下GitHub 项目 Jitsi。我不太清楚他们在使用什么技术,但有一个 Java 版本的,代码可以供检查。他们可能有一个论坛。我只是粗略地看了一下,但是在你的问题提醒下想起了这个项目。
英文:
You might check out the github project Jitsi. I don't know exactly what tech they are using, but there is a Java version and the code is available for inspection. They may have a forum. I have only taken a cursory look but was reminded of the project by your question.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论