使用Deno和WebSockets构建实时聊天应用程序



using使用Deno和WebSockets的实时聊天应用程序??

通过订阅支持我-https://bit.ly/2xTQOI0

在本视频中,我们将使用Deno和WebSockets并创建实时聊天应用程序。

Deno是V8引擎安全的Javascript和Typescript运行时,许多人认为它是Node.js的替代品。我们将在将来看到Deno是否会变得如此受欢迎以取代Node.js,但是在某些情况下,我们目前可以看到它是否可以与Node.js一样好。

该视频,HTML和CSS已经准备就绪,如果您想阅读本教程,可以从以下链接下载它。
https://github.com/thecodeholic/deno-websocket-chat/tree/html-css

完成的代码-(如果喜欢,给它一个⭐)
https://github.com/thecodeholic/deno-websocket-chat

在社交媒体上关注我:

https://www.facebook.com/thecodeholic
https://www.instagram.com/thecodeholic/

检查我的Github:
https://github.com/thecodeholic

16 comments
  1. Hey do you have any plan to integrate chat application in yii2 using sockets ?
    I have never seen any tutorials of chat application in yii2 . It will be so great to see how efficiently yii2 can handle sockets using php .

Comments are closed.