使用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.