文件名称:websocket-starter:Websocket入门项目
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-20 11:40:20
websocket starter JavaScript
websocket入门 WebSocket入门项目。 快速预览 该项目包含一个简单的应用程序,该应用程序: 在/ws接受websocket连接 发回客户发送的任何消息 向/ws所有连接的客户端广播消息 : public class App extends Jooby { { // https for wss securePort( 8043 ); use( new Jackson ()); assets( " / " , " index.html " ); /* * Start a websocket at /ws and send back JSON: */ ws( " /ws " , ws - > { /* * Send back message: */ ws . onMessage(msg - > ws
【文件预览】:
websocket-starter-master
----.gitignore(228B)
----src()
--------main()
----.travis.yml(35B)
----LICENSE(11KB)
----public()
--------index.js(1KB)
--------index.html(470B)
----pom.xml(1KB)
----README.md(1KB)
----conf()
--------logback.xml(378B)
--------application.conf(120B)