视频/语音聊天网络应用程序,使用Java编写。

huangapple go评论58阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年5月30日 18:47:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/62101301.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定