Tag:chat room
-
Time:2021-3-25
When formatting HTML in IntelliJ idea, the default< head > < body > and < body >When you write HTML, all the tags are at the same level without indentation. Generally, when we write HTML, the tags are nested in hierarchical relationship. The code structure is very clear by indentation, Solution Open the settings of […]
-
Time:2021-3-16
Foreword: after understanding the concept, we should practice our hands, or we will be the giant of language and the dwarf of action Code warehouse Actual combat spool [chat room] Online experience preparation First, you need to see how to use the basic server websocket Simple use of JS websocket client use #Command line 1 […]
-
Time:2021-2-17
Python provides two levels of access to network services. : Low level network services support basic socket, which can access the socket interface of the underlying operating system. High level network service module socket server can simplify the development of network server. socket Check out the socket class for help Import socket? Import socket module […]
-
Time:2021-2-7
Project introduction Based on the technology of uni app + Vue + vuex + unipop + swiper, we developed the real combat project of imitating wechat app chat room, which realized the functions of sending message, expression (GIF animation), picture preview, map location, red envelope, imitating wechat circle of friends, etc. Custom top navigation bar […]
-
Time:2021-1-18
After the introduction of POSIX standard, socket has been well supported on major mainstream OS platforms. Golang is a cross platform programming language with runtime. The socket API provided to developers in go is based on the native socket interface of the operating system. However, the socket interface in golang is different from the native […]
-
Time:2020-12-6
Project overview be based on vue.js + nuxt.js +Chat room imitating wechat app interface developed by vuex + webpack + node + vant and other technologiesNuxtchatroom project。 It realizes the functions of card type drag and slide, message / expression sending, picture / video preview, red packet / circle of friends and so on. Technology […]
-
Time:2020-11-21
1. Project introduction:Using Vue family barrel Technology (Vue + Vue cli + vuex + Vue router + webpack + node…) to realize the high imitation wechat app chat systemVue wechat chat room, realizes drop-down refresh, message expression sending, large picture preview, video playback, custom long press menu…2. Technical realization: MVVM framework: Vue.js Two State management: […]
-
Time:2020-11-19
Thanks to the demo provided by SL im author, I just want to write a set of IM and rewrite it with hyperf sl-im hyperf-im brief introduction hyperf-imIs based onHyperfMicroservice collaboration framework andLayimChat room developed by web chat system. Experience address hyperf-im im.jayjay.cn function 1.0 Login registration (HTTP) Single sign on (websocket) Private chat (websocket) […]
-
Time:2020-9-24
What is websocket In the traditional client program to achieve real-time duplex communication, the first technology we think of is socket communication, but we can’t use socket communication technology in web system, because HTTP is designed to be stateless, and it will be disconnected after communication with the server. Before websocket, if the web system […]
-
Time:2020-9-15
This paper describes the chat room function realized by PHP + websocket. For your reference, the details are as follows: 1、 Configuration Enable socket building, otherwise a fatal error will be reported: call to undefined function socket_ Create() error 1. Open php.ini Configuration file, search for extension = PHP_ sockets.dll , delete the ‘;’ semicolon […]
-
Time:2020-8-12
preface Some time ago, we didn’t just set up the local development environment, so we had to do something about it. After reading the development document of swote, we first tried websocket to get instant messaging, then we arranged a chat room and started What is swote Swoole is a PHP coprocessor high-performance network communication […]
-
Time:2020-7-16
Practice of publish / subscribe mode based on promise and websocket The original intention of this paper Recently, I happened to do a chat room system in the company, so I made a promise transformation of websocket in the system. So I want to write an article to summarize it. If you have any better […]