带有打字稿的 Angular 5 websocket 示例
Posted
技术标签:
【中文标题】带有打字稿的 Angular 5 websocket 示例【英文标题】:angular 5 websocket example with typescript 【发布时间】:2018-05-03 17:46:22 【问题描述】:java - spring - angular5
我正在四处寻找基于角度打字稿的 websocket 客户端示例的基本示例
我试图遵循这个,但似乎客户端代码没有使用打字稿,因此我不能使用这个例子。
有人可以帮助描述如何连接到端点并发送接收消息的基本示例
https://medium.com/oril/spring-boot-websockets-angular-5-f2f4b1c14cee
【问题讨论】:
该示例确实显示了 Angular 客户端的 Typescript - 您能否更清楚地说明为什么不能使用该示例? 【参考方案1】:本身不是一个教程,但这里有一个 repo,其中包含我不久前为 Angular2 所做的类似内容的链接:
https://github.com/chriswhite199/spring-boot-angular2-stomp这是 websockets 上 Spring Boot Tutorial 的重新散列,结合 ng2-stomp-service 库。
【讨论】:
以上是关于带有打字稿的 Angular 5 websocket 示例的主要内容,如果未能解决你的问题,请参考以下文章
带有打字稿的graphql - @FieldResolver 在compiled-to-js type-graphql 中不起作用