CN103634382A - System and method for realizing real-time interaction in webpage - Google Patents

System and method for realizing real-time interaction in webpage Download PDF

Info

Publication number
CN103634382A
CN103634382A CN201310590327.4A CN201310590327A CN103634382A CN 103634382 A CN103634382 A CN 103634382A CN 201310590327 A CN201310590327 A CN 201310590327A CN 103634382 A CN103634382 A CN 103634382A
Authority
CN
China
Prior art keywords
module
message processing
service
user
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310590327.4A
Other languages
Chinese (zh)
Other versions
CN103634382B (en
Inventor
崔凯
操灿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Toycloud Technology Co Ltd
Original Assignee
iFlytek Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by iFlytek Co Ltd filed Critical iFlytek Co Ltd
Priority to CN201310590327.4A priority Critical patent/CN103634382B/en
Publication of CN103634382A publication Critical patent/CN103634382A/en
Application granted granted Critical
Publication of CN103634382B publication Critical patent/CN103634382B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a system and a method for realizing real-time interaction in a webpage, belongs to the instant messaging technology of communication and computer fields. The system comprises a client detecting and adaption module, a load balancing module, a service condition monitoring module, a socket registration and positioning module, a message processing service module and a business logic service module. By applying the system and the method provided by the invention, users can realize real-time interaction in the webpage, such as real-time chat, comment and notification, the real-time interaction among users is enhanced, and the user experience is greatly improved.

Description

A kind of system and method for realizing real-time, interactive on webpage
Technical field
The present invention relates to a kind of system and method for realizing real-time, interactive on webpage, belong to the instant messaging technology of communication and computer realm.
Background technology
Computer network communication, as a kind of advanced person's communication mode, is changing people's life always.And being based upon the internet site service on computer network communication basis,, user low by means of its construction cost accesses the features such as convenient, now become the platform that information, exchange of information, use information are provided.
Social network services, SNS website, as a kind of internet site service form, is intended to help people to set up social internet, applications service, has become a part indispensable in daily life.People-oriented for SNS, emphasis be interpersonal relation, it is being that tens Internet users build a real online community.
The development of the Internet short decades has almost thoroughly changed the mankind's life style.Now, conventional internet is just marched toward and be take mutual epoch of " person to person " that SNS is representative from the mutual epoch of " human and computer ".The outburst of SNS application is representing the future of the Internet, and as Facebook, Twitter, happy Wang, Tengxun, Sina, Sohu, Deng Ge great telecom operators of Alibaba, all profoundly recognize the importance of the Net-volution that this is new.
Developer as SNS application, all the time all in thinking: how just can develop a successful SNS website as Facebook, should how to develop these application actually and could attract user? could allow user stay? analyze the feature of SNS website, be not difficult to find to allow real-time interactive between user get up can greatly attract user to come in and make user active.Utilize the present invention, can allow user on webpage, realize real-time interactive, for example: live chat, comment, notice etc., strengthened preferably interaction, greatly promote ground user and experience.
Based on conventional Web2.0 technology, use the ajax request/response pattern of short connection, can adopt and carry out in two ways quasi real time to obtain relevant information: (1) user initiatively initiates operation requests, after server return data, adopt the mode of Asynchronous loading to show on webpage; (2) adopt browser to initiate a polling request interval time, after server return data, adopt the mode of Asynchronous loading to show on webpage; Above-mentioned two kinds of implementations adopt respectively family 1, user 2 to illustrate, as shown in 1 figure.
From 1 figure, can see, based on conventional Web2.0 technology, no matter be existing scheme one or scheme two, be not difficult to find, have two obvious shortcomings: the one, real-time is not high, the 2nd, can only realize transfer of data and feedback between " user " and " server ", cannot allow between different users online real-time exchange data, carry out interaction, restricted the further upgrading of product form, also affected user's experience.
Summary of the invention
The technology of the present invention is dealt with problems: overcome the deficiencies in the prior art, a kind of system and method for realizing real-time, interactive on webpage is provided, utilize the present invention, can allow user on webpage, realize real-time interactive, for example: live chat, comment, notice etc., strengthened preferably the real-time interactive between user, greatly promoted ground user and experience.
The technology of the present invention solution: a kind of system that realizes real-time, interactive on webpage, is characterized in that comprising: client detection and adaptation module, load balancing module, service status monitoring module, socket registration and locating module, Message Processing service module and service logic service module; Wherein:
Client detects and adaptation module: very important module, be responsible for carrying out user browser version, characteristic, ip address, to detections such as script degrees of support, obtain user's input, set up websocket with Message Processing service module and be connected, and the function such as reception service end propelling data.The keyboard that is input as user of this module, mouse action result, and input data are carried out to JSON form coding, output to Message Processing service module; This module, setting up before websocket is connected with Message Processing service module, can be carried out far call one time with load balancing module, obtains comparatively idle message processing module server address.
Load balancing module: realize the reception of various client messages, according to the busy extent of each message server of rear end, message is transmitted to certain relatively idle message server; The input of this module detects and adaptation module from client, and the data of inquiry service condition monitoring module after the request of receiving return to client by Query Result and detect and adaptation module.Guaranteeing that user connects is evenly distributed on each Message Processing service module.
Service status monitoring module: realize the monitoring to the ruuning situation of backstage Message Processing service module, memory load data.The data input of this module is from Message Processing service module, and the latter sends to service status monitoring module by the loading condition data of self and preserves.
Message Processing service module: realize and the websocket Connection Service of client detection with adaptation module, and realize the grouping of message, then deliver to corresponding grouping logical server; The input of this module detects and adaptation module from client, receives after the user data after the coding of sending, and data retransmission is gone to process to logical services module.Meanwhile, detecting with after adaptation module is set up websocket and is connected with client, the information registerings such as user ip can be registered and locating module to socket.
Logical services module: realize corresponding business function, for example: carry out the filtration of keyword, the calculating of business datum, storage etc., and the result after processing is returned to message server, and turn back in client by the interface of load balancing.This module be input as Message Processing service module, receive after input data, carry out business logic processing, and generate the propelling data that will return to user, station address information on inquiry socket registration and locating module, sends to Message Processing service module return data.
Described client detects the implementation procedure with adaptation module:
(1) detect browser and whether support javascript, prompting user allows to use javascript;
(2) detect browser and whether support HTML5, if do not supported, selecting connection scheme is XHR-long poll, otherwise scheme is websocket agreement;
(3) access load balancing module, the address that obtains the Message Processing service module of current free time;
(4) agreement (XHR-long poll or websocket) of selecting current browser to support, connects idle Message Processing service module, and by user's id, ip address information etc. send in the past;
(5) obtain user input data, carry out JSON coding;
(6) user input data is issued to Message Processing service module.
The implementation procedure of described load balancing module:
(1) different messenger service processing modules can be opened for different rooms in backstage first;
(2) before being connected with message processing module with adaptation module when client detection, first sending http and ask load balancing module, an available message processing module address of service in query aim room;
(3) load balancing module, according to the room number importing into, sends inquiry request to service status monitoring module, obtains the actual address of the message processing module of being responsible for this room;
(4) load balancing module returns to client detection and adaptation module by the address information inquiring.
The implementation procedure of described service status monitoring module:
(1) service status monitoring module will be opened before all Message Processing service modules start;
(2) all Message Processing service modules have all configured the address of service status monitoring module in configuration file;
(3) Message Processing service module, every 1 minute, can will be connected to the client terminal quantity of oneself, reports service status monitoring module.
The implementation procedure of described Message Processing service module:
(1) after Message Processing service module starts, first monitor the port information of appointment in configuration file, prepare to accept from client detection the connection request with adaptation module;
(2) then, Message Processing service module is registered to service status monitoring module by the server address at own place, port numbers, facilitates load balancing module to go to read;
(3), every 1 minute, Message Processing service module, also by the client terminal quantity that self is connected, is packaged into the data of json form, sends to service status monitoring module, by the latter, is preserved;
(4) after the connection request of receiving a client detection and adaptation module, (this request is with user id, ip address information etc.), the socket object producing after connect setting up is saved in local internal memory, facilitates and follow-uply it is carried out to reverse message push and use;
(5) socket information is saved in after local internal memory, and Message Processing service module also sends to socket registration and locating module by socket information and user id information, by the latter, is preserved.
The implementation procedure of described socket registration and locating module:
(1) after startup, in internal memory, set up a dictionary;
(2) key of dictionary is user id;
(3) value of dictionary is the address that client in user browser detects the message processing module being connected to adaptation module;
(4) receipt message is processed the registration request of service module, and user id, corresponding message processing module address are written to dictionary;
(5) receive the inquiry request of service logic service module, querying condition is user id, inquires dictionary respective items object value return according to id.
The implementation procedure of described service logic service module:
(1) message parse forwarding is become to character string;
(2) for the content in character string, carry out corresponding logical process, as: store in database;
(3) content after processing is done to some keyword filtrations, be packaged into message, return to messenger service processing module, by load balancing interface, be transmitted back in corresponding client.
Method specific implementation step of the present invention is:
1, client detects and adaptation module, detects user's setting, browser version in user browser, completes choosing of connection scheme;
2, client detects with adaptation module and calls load balancing module, gets the address of idle Message Processing service module;
3, client detects with adaptation module and uses the connection scheme determining in step 1, the Message Processing service module getting in Connection Step 2;
4, client detects with adaptation module and receives the input of user's keyboard, and data are converted into JSON form, sends to Message Processing service module;
5, Message Processing service module detects client the socket information that produces with being connected of adaptation module, together with the user id information registering sending over, to socket, registers and locating module;
6, Message Processing service module is transmitted to service logic service module by the user input data sending and goes processing;
7, service logic service module receives after request msg, according to active user's type of message, carry out logical process (concrete processing logic according to different business scenarios and difference);
If 8 these Business Processing need to be to user or a plurality of user's PUSH message (these users are called propelling movement targeted customer) of appointment, service logic service module sends inquiry request to socket registration and locating module, the address of the Message Processing service module that inquiry propelling movement targeted customer is connected to;
9, service logic service module sends propelling data request to Message Processing service module;
10. Message Processing service module finds the socket that user id is corresponding in local internal memory, and propelling data is sent;
11. clients detect with adaptation module and receive after propelling data, represent to user, complete the processing of whole real-time messages.
The advantage of the present invention and prior art is:
(1) because traditional real-time, interactive all need to be installed corresponding plug-in unit and just can complete in browser, such as flash player, ActiveX control etc., the present invention adopts is that the assembly of browser inside is realized, therefore alleviated user's installation burden, opens webpage and just can use.
(2) existing web technology, is merely able to realize the request for user, sends the function of response.And cannot realize the function to user browser propelling data by service end active.Concrete reason is because http request is short connection, and after once asking, respond move, this link can automatic disconnection, thus service end just cannot be again to user's propelling data.
(3) the present invention, in order to address this problem, has used 2 important technical schemes, is described below respectively below:
A) XHR-long poll: find that when client detects with adapter assembly user browser version is older, while not supporting HTML5 technology, can select this scheme.In this scheme, client detection can first send the http that shakes hands with adapter assembly asks Message Processing service module, produces a sessionID, and arranges a poll time in the past T.Then, client detection and adapter assembly can send 1 common http request to Message Processing service module, wait for its response.And Message Processing service module is received after this http request, can not return at once, but sessionID, initiation time are recorded, and set a timer, its triggered time is T: before timer expires, if there are data need to be pushed to this user, leave the request object coming before taking out, to it, send response message, now this http link disconnects.And browser is received after this response, repeat at once above-mentioned action, again send a http and ask Message Processing service module, wait for propelling movement next time.
B) websocket: when client detects with adapter assembly discovery user browser version support HTML5 technology, can select this scheme.A kind of technology at browser running background socket that this scheme Shi Ge great browser manufacturer supports at the browser of latest edition.The interface that the present invention provides different browsers encapsulates, and a kind of unified data format is provided, and has realized under different browsers and can successfully set up websocket connection.
(4) because http is stateless, short connection, so adopt the modes such as ajax, must bring in initiation by client, the mode of the general poll inquiry by client completes reading of data, what the present invention adopted is the long mode connecting in the page, server keeps long with client and is connected, server can active push data to user, submitted mutual real-time to.
Accompanying drawing explanation
Fig. 1 is prior art schematic diagram;
Fig. 2 is entire system framework flow chart of the present invention;
Fig. 3 is the realization flow figure of Message Processing service module in Fig. 2;
Fig. 4 is the realization flow figure of load balancing module in Fig. 2.
Embodiment
As shown in Figure 2, method specific implementation step of the present invention is:
1, client detects and adaptation module, detects user's setting, browser version in user browser, completes choosing of connection scheme;
2, client detects with adaptation module and passes through http request call load balancing module, attempts the address that obtains idle Message Processing service module:
A) request form is: http://domainName/getFreeHostAddress;
B) load balancing module is received after request, the data of storing in inquiry service condition monitoring module, and field comprises: server address, current on-line joining process number;
C) load balancing module is arranged from small to large according to " current on-line joining process number " the record inquiring in internal memory, the server address that taking-up number is minimum;
D) return to this address;
3, client detects with adaptation module and uses the connection scheme determining in step 1, the Message Processing service module getting in Connection Step 2;
4, client detects with adaptation module and receives the input of user's keyboard, and data are converted into JSON form, sends to Message Processing service module;
5, Message Processing service module detects client the socket information that produces with being connected of adaptation module, together with the user id information registering sending over, to socket, registers and locating module;
A) Message Processing service module sends registration request to socket registration and locating module, data format: { userID:< long >, socketid:< character >};
B) socket registers with locating module and take userID as key, and socketid is value, is written in the dictionary of local internal memory;
C) succeed in registration, return.
6, Message Processing service module is transmitted to service logic service module by the user input data sending and goes processing;
7, service logic service module receives after request msg, according to active user's type of message, carry out logical process (concrete processing logic according to different business scenarios and difference);
If 8 these Business Processing need to be to user or a plurality of user's PUSH message (these users are called propelling movement targeted customer) of appointment, service logic service module sends inquiry request to socket registration and locating module, the address of the Message Processing service module that inquiry propelling movement targeted customer is connected to;
9, service logic service module sends propelling data request to Message Processing service module;
10, Message Processing service module finds the socket that user id is corresponding in local internal memory, and propelling data is sent;
11, client detects with adaptation module and receives after propelling data, represents to user, completes the processing of whole real-time messages.
As shown in Figure 3, load balancing module is implemented as follows:
The main solution of load balancing module:
A) when customer volume is larger, a station server can not satisfy the demands, and need to support multi-server Distributed to dispose;
B) because webSocket connects, belong to long connection, the difference request of a link has context relation, so can not simply carry out load balancing by existing http reverse proxy pattern, needs independent research load balancing module.
The strategy of mainly realizing load is:
1, for different rooms, open different messenger service assemblies;
2,, when client-requested connects, first call load balancing interface, an available service address in query aim room;
3, load balancing component internal has been safeguarded the load information of different server, and when receiving dispatch request, the most idle server address of inquiry returns.
As shown in Figure 4, Message Processing service module is implemented as follows:
Message Processing service module mainly adopts webSocket service, mainly solves:
1, for realizing the long connection message communication based on browser, so that service end and client energy real time communication;
2, can allow user in the situation that any plug-in unit not being installed, realize and the real-time messages transmitting-receiving of server end, the promptness of raising message.
The implementation procedure of Message Processing service module:
1, in the message connecting client, obtain the version information of browser and the connection performance of support;
2, according to the characteristic of browser, load XHR-Polling assembly or websocket-client assembly;
3, adopt a kind of mode in step 2 to be connected to websocket server, and corresponding message subscribing processing function is set;
4, receive message, loop processing.

Claims (8)

1. on webpage, realize a system for real-time, interactive, it is characterized in that comprising: client detection and adaptation module, load balancing module, service status monitoring module, socket registration and locating module, Message Processing service module and service logic service module; Wherein:
Client detects and adaptation module, and be responsible for carrying out user browser version, characteristic, ip address, script degree of support is detected, obtained user's input, sets up websocket be connected with Message Processing service module, and reception service end propelling data function; The keyboard that is input as user of this module, mouse action result, and input data are carried out to JSON form coding, output to Message Processing service module; This module, setting up before websocket is connected with Message Processing service module, can be carried out far call one time with load balancing module, obtains comparatively idle message processing module server address;
Load balancing module: realize the reception of various client messages, according to the busy extent of each message server of rear end, message is transmitted to certain relatively idle message server; The input of this module detects and adaptation module from client, and the data of inquiry service condition monitoring module after the request of receiving return to client by Query Result and detect and adaptation module, guarantees that user connects to be evenly distributed on each Message Processing service module;
Service status monitoring module: realize the monitoring to the ruuning situation of backstage Message Processing service module, the data input of this module of memory load data is from Message Processing service module, and the latter sends to service status monitoring module by the loading condition data of self and preserves;
Message Processing service module: realize and the websocket Connection Service of client detection with adaptation module, and realize the grouping of message, then deliver to corresponding grouping logical server; The input of this module detects and adaptation module from client, receives after the user data after the coding of sending, and data retransmission is gone to process to logical services module; Meanwhile, detecting with after adaptation module is set up websocket and is connected with client, user ip information registering can be registered and locating module to socket;
Logical services module: realize corresponding business function, comprise and carry out the filtration of keyword, the calculating of business datum, storage, and the result after processing is returned to message server, and turn back in client by the interface of load balancing; This module be input as Message Processing service module, receive after input data, carry out business logic processing, and generate the propelling data that will return to user, station address information on inquiry socket registration and locating module, sends to Message Processing service module return data.
2. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: described client detects the implementation procedure with adaptation module:
(1) detect browser and whether support javascript, prompting user allows to use javascript;
(2) detect browser and whether support HTML5, if do not supported, selecting connection scheme is XHR-long poll, otherwise scheme is websocket agreement;
(3) access load balancing module, the address that obtains the Message Processing service module of current free time;
(4) select the agreement of current browser support to comprise XHR-long poll or websocket, connect idle Message Processing service module, and by user's id, ip address information etc. send in the past;
(5) obtain user input data, carry out JSON coding;
(6) user input data is issued to Message Processing service module.
3. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: the implementation procedure of described load balancing module:
(1) different messenger service processing modules can be opened for different rooms in backstage first;
(2) before being connected with message processing module with adaptation module when client detection, first sending http and ask load balancing module, an available message processing module address of service in query aim room;
(3) load balancing module, according to the room number importing into, sends inquiry request to service status monitoring module, obtains the actual address of the message processing module of being responsible for this room;
(4) load balancing module returns to client detection and adaptation module by the address information inquiring.
4. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: the implementation procedure of described service status monitoring module:
(1) service status monitoring module will be opened before all Message Processing service modules start;
(2) all Message Processing service modules have all configured the address of service status monitoring module in configuration file;
(3) Message Processing service module, every 1 minute, can will be connected to the client terminal quantity of oneself, reports service status monitoring module.
5. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: the implementation procedure of described Message Processing service module:
(1) after Message Processing service module starts, first monitor the port information of appointment in configuration file, prepare to accept from client detection the connection request with adaptation module;
(2) then, Message Processing service module is registered to service status monitoring module by the server address at own place, port numbers, facilitates load balancing module to go to read.
(3), every 1 minute, Message Processing service module, also by the client terminal quantity that self is connected, is packaged into the data of json form, sends to service status monitoring module, by the latter, is preserved.
(4) when receive client detect with adaptation module with user id, after ip address information connection request, this request, is saved in local internal memory connecting the socket object producing after setting up, and facilitates follow-uply it is carried out to reverse message to push and use;
(5) socket information is saved in after local internal memory, and Message Processing service module also sends to socket registration and locating module by socket information and user id information, by the latter, is preserved.
6. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: the implementation procedure of described socket registration and locating module:
(1) after startup, in internal memory, set up a dictionary;
(2) key of dictionary is user id;
(3) value of dictionary is the address that client in user browser detects the message processing module being connected to adaptation module;
(4) receipt message is processed the registration request of service module, and user id, corresponding message processing module address are written to dictionary;
(5) receive the inquiry request of service logic service module, querying condition is user id, inquires dictionary respective items object value return according to id.
7. the system that realizes real-time, interactive on webpage according to claim 1, is characterized in that: the implementation procedure of described service logic service module
(1) message parse forwarding is become to character string;
(2) for the content in character string, carry out corresponding logical process, comprise and storing in database;
(3) content after processing is done to some keyword filtrations, be packaged into message, return to messenger service processing module, by load balancing interface, be transmitted back in corresponding client.
8. on webpage, realize a method for real-time, interactive, it is characterized in that performing step is:
(1) client detects and adaptation module, detects user's setting, browser version in user browser, completes choosing of connection scheme;
(2) client detects with adaptation module and calls load balancing module, gets the address of idle Message Processing service module;
(3) client detects with adaptation module and uses the connection scheme determining in step 1, the Message Processing service module getting in Connection Step 2;
(4) client detects with adaptation module and receives the input of user's keyboard, and data are converted into JSON form, sends to Message Processing service module;
(5) Message Processing service module detects client the socket information that produces with being connected of adaptation module, together with the user id information registering sending over, to socket, registers and locating module;
(6) Message Processing service module is transmitted to service logic service module by the user input data sending and goes processing;
(7) service logic service module receives after request msg, according to active user's type of message, carry out logical process;
(8) if this Business Processing need to be to user or a plurality of user's PUSH message of appointment, service logic service module sends inquiry request to socket registration and locating module, the address of the Message Processing service module that inquiry propelling movement targeted customer is connected to;
(9) service logic service module sends propelling data request to Message Processing service module;
(10) Message Processing service module finds the socket that user id is corresponding in local internal memory, and propelling data is sent;
(11) client detects with adaptation module and receives after propelling data, represents to user, completes the processing of whole real-time messages.
CN201310590327.4A 2013-11-20 2013-11-20 A kind of system and method for realizing real-time, interactive on webpage Active CN103634382B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310590327.4A CN103634382B (en) 2013-11-20 2013-11-20 A kind of system and method for realizing real-time, interactive on webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310590327.4A CN103634382B (en) 2013-11-20 2013-11-20 A kind of system and method for realizing real-time, interactive on webpage

Publications (2)

Publication Number Publication Date
CN103634382A true CN103634382A (en) 2014-03-12
CN103634382B CN103634382B (en) 2019-10-18

Family

ID=50214998

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310590327.4A Active CN103634382B (en) 2013-11-20 2013-11-20 A kind of system and method for realizing real-time, interactive on webpage

Country Status (1)

Country Link
CN (1) CN103634382B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486398A (en) * 2014-12-10 2015-04-01 北京奇虎科技有限公司 Message transmission method and page client side
CN104717133A (en) * 2015-03-16 2015-06-17 墨仕(厦门)电子商务有限公司 Distributed message push system and method
CN104754052A (en) * 2015-04-01 2015-07-01 贵州电网公司信息通信分公司 Message pushing method based on Websocket
CN105099885A (en) * 2015-07-13 2015-11-25 小米科技有限责任公司 Information transmitting method and device
CN105407149A (en) * 2015-10-29 2016-03-16 广州酷狗计算机科技有限公司 Message pushing method and device
CN105704008A (en) * 2015-12-31 2016-06-22 北京奇艺世纪科技有限公司 Webpage instant messaging method, system and terminal
CN106209951A (en) * 2015-05-08 2016-12-07 北京娜迦信息科技发展有限公司 Information transferring method, client and server
CN106686043A (en) * 2015-11-11 2017-05-17 深圳市祈飞科技有限公司 Background communication method and background communication system for juicer systems
CN106686037A (en) * 2015-11-09 2017-05-17 广州市动景计算机科技有限公司 Page detecting method, device, equipment and system
CN107608801A (en) * 2017-09-05 2018-01-19 北京京东尚科信息技术有限公司 The primary page and HTML5 page communication methods, device, medium and equipment
CN107682251A (en) * 2017-10-18 2018-02-09 福建中金在线信息科技有限公司 Webpage instant chat method and device based on websocket
CN108833499A (en) * 2018-05-28 2018-11-16 北京浩科技有限公司 The data processing method and device of hypertext transfer protocol, server
CN110460665A (en) * 2019-08-15 2019-11-15 阳光易购(湖南)科技有限公司 A kind of method that the order page refreshes in real time
CN111176863A (en) * 2019-12-31 2020-05-19 浪潮软件股份有限公司 Message reminding system and method based on nodejs
CN111371825A (en) * 2018-12-26 2020-07-03 深圳市优必选科技有限公司 Load balancing method, device and equipment based on HTTP2.0 protocol

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075455A (en) * 2010-09-28 2011-05-25 苏州阔地网络科技有限公司 Instant communication method
CN102546800A (en) * 2012-01-06 2012-07-04 华为技术有限公司 Handshake and communication methods for gateway, gateway and Web communication system
CN102546794A (en) * 2011-12-30 2012-07-04 华为技术有限公司 Method for directly communicating browser client with back-end server as well as gateway and communication system
CN103139051A (en) * 2013-03-22 2013-06-05 南京信通科技有限责任公司 Instant messaging communication method based on Websocket protocol
CN103336780A (en) * 2013-05-30 2013-10-02 苏州畅达软件研发有限公司 Real-time monitoring system for equipment information
US20130290516A1 (en) * 2012-04-30 2013-10-31 Steven EATON Real-time and interactive community-based content publishing system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075455A (en) * 2010-09-28 2011-05-25 苏州阔地网络科技有限公司 Instant communication method
CN102546794A (en) * 2011-12-30 2012-07-04 华为技术有限公司 Method for directly communicating browser client with back-end server as well as gateway and communication system
CN102546800A (en) * 2012-01-06 2012-07-04 华为技术有限公司 Handshake and communication methods for gateway, gateway and Web communication system
US20130290516A1 (en) * 2012-04-30 2013-10-31 Steven EATON Real-time and interactive community-based content publishing system
CN103139051A (en) * 2013-03-22 2013-06-05 南京信通科技有限责任公司 Instant messaging communication method based on Websocket protocol
CN103336780A (en) * 2013-05-30 2013-10-02 苏州畅达软件研发有限公司 Real-time monitoring system for equipment information

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486398A (en) * 2014-12-10 2015-04-01 北京奇虎科技有限公司 Message transmission method and page client side
CN104717133A (en) * 2015-03-16 2015-06-17 墨仕(厦门)电子商务有限公司 Distributed message push system and method
CN104754052A (en) * 2015-04-01 2015-07-01 贵州电网公司信息通信分公司 Message pushing method based on Websocket
CN106209951A (en) * 2015-05-08 2016-12-07 北京娜迦信息科技发展有限公司 Information transferring method, client and server
CN105099885A (en) * 2015-07-13 2015-11-25 小米科技有限责任公司 Information transmitting method and device
CN105099885B (en) * 2015-07-13 2018-06-12 小米科技有限责任公司 Method for sending information and device
CN105407149A (en) * 2015-10-29 2016-03-16 广州酷狗计算机科技有限公司 Message pushing method and device
CN105407149B (en) * 2015-10-29 2019-03-01 广州酷狗计算机科技有限公司 Information push method and device
CN106686037A (en) * 2015-11-09 2017-05-17 广州市动景计算机科技有限公司 Page detecting method, device, equipment and system
CN106686043A (en) * 2015-11-11 2017-05-17 深圳市祈飞科技有限公司 Background communication method and background communication system for juicer systems
CN106686043B (en) * 2015-11-11 2019-11-12 深圳市祈飞科技有限公司 A kind of background communication method and background communication system for juice extractor system
CN105704008A (en) * 2015-12-31 2016-06-22 北京奇艺世纪科技有限公司 Webpage instant messaging method, system and terminal
CN107608801A (en) * 2017-09-05 2018-01-19 北京京东尚科信息技术有限公司 The primary page and HTML5 page communication methods, device, medium and equipment
CN107608801B (en) * 2017-09-05 2020-09-29 北京京东尚科信息技术有限公司 Native page and HTML5 page communication method, device, medium and equipment
CN107682251A (en) * 2017-10-18 2018-02-09 福建中金在线信息科技有限公司 Webpage instant chat method and device based on websocket
CN108833499A (en) * 2018-05-28 2018-11-16 北京浩科技有限公司 The data processing method and device of hypertext transfer protocol, server
CN111371825A (en) * 2018-12-26 2020-07-03 深圳市优必选科技有限公司 Load balancing method, device and equipment based on HTTP2.0 protocol
CN110460665A (en) * 2019-08-15 2019-11-15 阳光易购(湖南)科技有限公司 A kind of method that the order page refreshes in real time
CN111176863A (en) * 2019-12-31 2020-05-19 浪潮软件股份有限公司 Message reminding system and method based on nodejs
CN111176863B (en) * 2019-12-31 2023-08-11 浪潮软件股份有限公司 Message reminding system and method based on nodejs

Also Published As

Publication number Publication date
CN103634382B (en) 2019-10-18

Similar Documents

Publication Publication Date Title
CN103634382A (en) System and method for realizing real-time interaction in webpage
CN102158423A (en) Following content item updates via chat groups
CN102546794B (en) Method for directly communicating browser client with back-end server as well as gateway and communication system
US10455090B2 (en) Intermediary device for data message network routing and enhancement in a contact center environment
CN102255935B (en) Cloud service consuming method, cloud service intermediary and cloud system
CN104253741B (en) A kind of method for sending information, relevant apparatus and system
US10291778B2 (en) Intermediary device for data message network routing
CN103001860A (en) Achieving system for converged communication Web instant messages
CN101299731A (en) Instant communication method and apparatus based on Web
CN103347065B (en) A kind of information on services treatment system and method
KR20110020218A (en) Pushing identity information
CN112711635B (en) Method for cross-regional data consistency of distributed Internet of things equipment and service cluster
WO2017016084A1 (en) Alarm information notification method and apparatus, and alarm information filtering device
CN104468852A (en) Method, device and system for client to select IP link address
CN111917687A (en) Method and device for circularly pushing reminding message
CN105376136B (en) Instant communication method, server and system
CN103873518A (en) Method for multiple terminals to synchronously obtain enhanced contact list, system and web server
CN101977361A (en) Method for preprocessing messages in batch
CN102065099B (en) Signaling and bearing separated communication system
CN113242317B (en) Addressing route synchronization method and related device for alliance chain supervision system
EP3571596A1 (en) Intermediary device for data message network routing
WO2016091141A1 (en) Method and apparatus for information collection
CN108924773A (en) Message treatment method and device
CN103391237A (en) Method and device for showing microblog messages
CN102740242A (en) Method and device for managing website message on mobile phone

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: Wangjiang Road high tech Development Zone Hefei city Anhui province 230088 No. 666

Applicant after: Iflytek Co., Ltd.

Address before: 230088 Mount Huangshan Road, hi tech Development Zone, Anhui, Hefei 616

Applicant before: Anhui USTC iFLYTEK Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20200302

Address after: 230008 Floor 9, building 1, tianyuandike Science Park, No. 66, Qianshui East Road, hi tech Zone, Hefei City, Anhui Province

Patentee after: Anhui namoyun Technology Co., Ltd.

Address before: Wangjiang Road high tech Development Zone Hefei city Anhui province 230088 No. 666

Patentee before: IFLYTEK Co.,Ltd.

TR01 Transfer of patent right
CP03 Change of name, title or address

Address after: 230008 6th and 23rd floors of scientific research building, No.2 building, zone a, China sound Valley, 3333 Xiyou Road, high tech Zone, Hefei City, Anhui Province

Patentee after: Anhui taoyun Technology Co.,Ltd.

Address before: 9 / F, building 1, tianyuandike science and Technology Park, 66 Qianshui East Road, high tech Zone, Hefei City, Anhui Province

Patentee before: ANHUI TAOYUN TECHNOLOGY Co.,Ltd.

CP03 Change of name, title or address