CN111176863A - Message reminding system and method based on nodejs - Google Patents

Message reminding system and method based on nodejs Download PDF

Info

Publication number
CN111176863A
CN111176863A CN201911404282.0A CN201911404282A CN111176863A CN 111176863 A CN111176863 A CN 111176863A CN 201911404282 A CN201911404282 A CN 201911404282A CN 111176863 A CN111176863 A CN 111176863A
Authority
CN
China
Prior art keywords
message
nodejs
interface
module
connection
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
CN201911404282.0A
Other languages
Chinese (zh)
Other versions
CN111176863B (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.)
Inspur Software Co Ltd
Original Assignee
Inspur Software 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 Inspur Software Co Ltd filed Critical Inspur Software Co Ltd
Priority to CN201911404282.0A priority Critical patent/CN111176863B/en
Publication of CN111176863A publication Critical patent/CN111176863A/en
Application granted granted Critical
Publication of CN111176863B publication Critical patent/CN111176863B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention relates to the field of message reminding, and particularly provides a message reminding method based on nodejs. Compared with the prior art, the message reminding method based on nodejs keeps conversation in a mode of establishing socket long connection by the Wed webpage by taking nodejs as a basic technology, receives messages in real time, and stores the messages of users into redis service, so that nodejs service terminals can be integrally deployed to asynchronously store data while sending the messages. The method and the device realize real-time sending and receiving of the messages, avoid database and page pressure caused by page circulation, enable the system page to be more stable, and have good popularization value.

Description

Message reminding system and method based on nodejs
Technical Field
The invention relates to the field of message reminding, and particularly provides a message reminding system and method based on nodejs.
Background
Nodejs is a JavaScript runtime environment for the Chrome V8 engine. Nodejs uses an event-driven, non-blocking I/O model.
Node is a development platform for operating JavaScript at a server, and the JavaScript becomes a scripting language which is flush with the languages of the server such as PHP, Python, Perl, Ruby and the like. Published in 5 months of 2009, developed by ryan dahl, essentially encapsulating the Chrome V8 engine.
Node optimizes some special cases and provides alternative API, so that V8 can operate better in non-browser environment. The V8 engine executes Javascript very fast and has very good performance. Node is a platform established based on ChromeJavaScript operation and is used for conveniently establishing network application with high response speed and easy expansion. Nodes use an event-driven, non-blocking I/O model to be lightweight and efficient, and are well suited to running data-intensive real-time applications on distributed devices.
At present, for message reminding in a system, an interface is mostly called to store a message in a database, then a page is started to cycle, and an inquiry interface is called repeatedly, so that a message reminding service is achieved. After a long time, the page is jammed, the pressure of the database is increased, and the phenomenon of jamming of the database is possibly caused. Especially, in an electric business system, the real-time performance of messages is highly required, and the work efficiency is seriously affected by the occurrence of a jamming phenomenon, and how to avoid the occurrence of the jamming phenomenon is a problem to be solved by those skilled in the art.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a message reminding system based on nodejs, which has reasonable design, safety and applicability.
The invention further provides a message reminding method based on nodejs, which has strong practicability.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a message reminding system based on nodejs comprises a Web front-end module, a nodejs server module and a message storage service module, wherein the Web front-end module is connected with the nodejs server module;
the Web front-end module comprises a connecting submodule, a heartbeat reconnection submodule, a message monitoring submodule and a message reminding submodule, and the connecting submodule is used for calling a socket port exposed by a server; the heartbeat reconnection submodule is used for the server side to reply correspondingly after receiving the information; the message monitoring submodule is used for starting a corresponding monitoring interface; the message reminding sub-module is used for decomposing the message after receiving the message, extracting the content of the message and popping up a prompt box on a page;
the nodejs server module comprises a connection management submodule, a message transceiving submodule, a message storage submodule and a service interface submodule, wherein the connection management submodule is used for responding to a message monitoring submodule in the Web front-end module, establishing corresponding heartbeat detection, associating user codes of user connection unique codes after connection is established, and storing the user codes into a redis database; the message receiving and sending sub-module is used for analyzing the message body after receiving the message and pushing the message body to the target connection in real time according to the unique code connected by the receiver; the message storage submodule is used for calling an asynchronous storage interface when receiving and pushing a message and directly storing a sending record in a database; the service interface sub-module is used for providing a service for inquiring information by a user;
the message storage service module is used for storing message data in a persistent mode.
Preferably, after the connection submodule calls a socket port, socket long connection is established through a three-way handshake protocol.
Preferably, the message monitoring sub-module starts receiveMsg, triggers a sendMsg interface at the server, and receives the sent message in real time.
Furthermore, the service interface sub-module comprises a message sending interface, a historical message query interface and an online user query interface;
the message sending interface sub-module is used for providing a push message interface for a sender to call;
the historical message query interface sub-module is used for querying a sending record;
the online user query interface sub-module is used for directly querying all online user information from redis.
Further, the record for inquiring about sending includes sender, receiver, message content, sending time and whether the message is sent or not.
A message reminding method based on nodejs is characterized in that nodejs is used as a basic technology, a Wed webpage establishes a socket long connection mode to keep conversation, receives messages in real time, and stores the messages of users into a redis service, so that nodejs service terminals can be integrally deployed, and data are asynchronously stored when the messages are sent.
Further, a user logs in a Wed webpage, the Wed webpage establishes connection at first, a socket port of a server side is called, and socket long connection is established after a three-way handshake protocol;
then, heartbeat reconnection is carried out, the user side sends heartbeat information every few seconds, the server side replies after receiving the heartbeat information, and if no response exists, reconnection operation is carried out;
then starting a corresponding monitoring interface to monitor the message; and finally, after the message is received, making message reminding, decomposing the message body, extracting the message content and popping up a prompt box on the page.
Preferably, receiveMsg monitoring is started, and a sendMsg interface is triggered at a server to realize the reception of the sent message.
Furthermore, the nodejs server side firstly carries out connection management, the connection management is to monitor connection establishment operation, establish connection after receiving operation information of the connection establishment, establish corresponding heartbeat detection and a failure reconnection mechanism, and associate a user connection unique code with a user code after the connection is established and store the user connection unique code in a redis service;
after receiving the message, analyzing the message body, realizing message receiving and sending, and pushing the message body to the target connection in real time according to the unique code of the receiver connection;
when receiving and pushing the message, calling an asynchronous storage interface, and directly storing the sending record in the message storage service for historical data query.
Furthermore, the nodejs server also has a service interface which mainly comprises a message sending interface, a historical message query interface and an online user query interface;
the message sending interface is a message pushing interface for a sender to call and is used for a user to send a message;
the historical message inquiry interface is used for inquiring a sending record, wherein the sending record comprises a sender, a receiver, message content, sending time and whether the message is sent;
the online user query interface is used for directly querying all online user information from the redis service and managing other business functions by the user.
Compared with the prior art, the message reminding system and method based on nodejs have the following outstanding advantages that:
(1) the invention solves the problem of the round-robin database, so that the message can be sent in real time, and the message transmission efficiency is improved. And a timing task is not required to be set on the page, so that the page is prevented from being jammed. Data do not need to be inquired circularly, and the pressure of the database is relieved.
(2) The online user information is stored by adopting redis storage, and the horizontal extension of the framework is supported, so that the back end can be infinitely extended, and the simultaneous online of a large number of users is supported.
(3) The information is accessed asynchronously, the persistence of the information is supported, and the convenient and fast inquiry information service is provided.
(4) The interface for sending the message supports other service system to call the interface to directly send the message prompt without establishing connection.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic structural diagram of a message reminding method based on nodejs;
FIG. 2 is a schematic diagram of a Web front-end module in a nodejs-based message alert system;
FIG. 3 is a schematic diagram of a nodejs server module in a nodejs-based message alert system;
fig. 4 is a schematic diagram of a service interface sub-module in the nodejs server side module.
Detailed Description
The present invention will be described in further detail with reference to specific embodiments in order to better understand the technical solutions of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A preferred embodiment is given below:
as shown in fig. 2, 3, and 4, the message reminding system based on nodejs in this embodiment is composed of a Web front-end module, a nodejs server module, and a message storage service module, where the Web front-end module is connected to the nodejs server module, and the nodejs server module is connected to the message storage service module.
The Web front-end module comprises a connecting submodule, a heartbeat reconnection submodule, a message monitoring submodule and a message reminding submodule, wherein the connecting submodule is used for calling a socket port exposed by the server and establishing long connection through a three-way handshake protocol. And the heartbeat reconnection submodule is used for the server side to reply correspondingly after receiving the information. The message monitoring submodule is used for starting a corresponding monitoring interface, such as a receiveMsg, triggering a sendMsg interface at the server, and receiving the sent message in real time. And the message reminding sub-module is used for decomposing the message after receiving the message, extracting the content of the message and popping up a prompt box on the page.
The nodejs server module comprises a connection management submodule, a message receiving and sending submodule, a message storage submodule and a service interface submodule, wherein the connection management submodule is used for responding to a message monitoring submodule in the Web front-end module, establishing corresponding heartbeat detection, associating user codes of user connection unique codes after connection is established, and storing the user codes into a redis database. And the message receiving and sending sub-module is used for analyzing the message body after receiving the message and pushing the message body to the target connection in real time according to the unique code connected by the receiver. The message storage submodule is used for calling the asynchronous storage interface when receiving and pushing the message, and directly storing the sending record in the database. The service interface sub-module is used for providing a service for inquiring information by a user. The message storage service module is used for storing the message data in a persistent mode.
The service interface sub-module comprises a message sending interface, a historical message query interface and an online user query interface. The message sending interface submodule is used for providing a push message interface for a sender to call. The historical message inquiry interface sub-module is used for inquiring the sending record, and the sending record comprises information of a sender, a receiver, message content, sending time, whether the message is sent or not and the like. The online user query interface submodule is used for directly querying all online user information from the redis.
As shown in fig. 1, the message reminding method based on nodejs implemented based on the above system is as follows:
a message reminding method based on nodejs is characterized in that nodejs is used as a basic technology, a Wed webpage establishes a socket long connection mode to keep conversation, receives messages in real time, and stores the messages of users into a redis service, so that nodejs service terminals can be integrally deployed, and data are asynchronously stored while the messages are sent.
A user logs in a Wed webpage, the Wed webpage firstly establishes connection, a socket port of a server side is called, and socket long connection is established after a three-way handshake protocol;
then, heartbeat reconnection is carried out, the user side sends heartbeat information every few seconds, the server side replies after receiving the heartbeat information, and if no response exists, reconnection operation is carried out;
starting receiveMsg monitoring, triggering a sendMsg interface at a server, and receiving the sent message; and finally, after the message is received, making message reminding, decomposing the message body, extracting the message content and popping up a prompt box on the page.
The nodejs server side firstly carries out connection management, the connection management is to monitor connection establishment operation, establish connection after receiving operation information of the connection establishment, establish corresponding heartbeat detection and a failure reconnection mechanism, and associate a user connection unique code with a user code after the connection is established and store the code in a redis service;
after receiving the message, analyzing the message body, realizing message receiving and sending, and pushing the message body to the target connection in real time according to the unique code of the receiver connection;
when receiving and pushing the message, calling an asynchronous storage interface, and directly storing the sending record in the message storage service for historical data query.
The nodejs server also has a service interface which mainly comprises a message sending interface, a historical message query interface and an online user query interface;
the message sending interface is a message pushing interface for a sender to call and is used for a user to send a message;
the historical message inquiry interface is used for inquiring a sending record, wherein the sending record comprises a sender, a receiver, message content, sending time and whether the message is sent;
the online user query interface is used for directly querying all online user information from the redis service and managing other business functions by the user.
The above embodiments are only specific ones of the present invention, and the scope of the present invention includes but is not limited to the above embodiments, and any suitable changes or substitutions that are consistent with the claims of the nodejs-based message alert system and method of the present invention and are made by those skilled in the art should fall within the scope of the present invention.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. A message reminding system based on nodejs is characterized by comprising a Web front-end module, a nodejs server module and a message storage service module, wherein the Web front-end module is connected with the nodejs server module;
the Web front-end module comprises a connecting submodule, a heartbeat reconnection submodule, a message monitoring submodule and a message reminding submodule, and the connecting submodule is used for calling a socket port exposed by a server; the heartbeat reconnection submodule is used for the server side to reply correspondingly after receiving the information; the message monitoring submodule is used for starting a corresponding monitoring interface; the message reminding sub-module is used for decomposing the message after receiving the message, extracting the content of the message and popping up a prompt box on a page;
the nodejs server module comprises a connection management submodule, a message transceiving submodule, a message storage submodule and a service interface submodule, wherein the connection management submodule is used for responding to a message monitoring submodule in the Web front-end module, establishing corresponding heartbeat detection, associating user codes of user connection unique codes after connection is established, and storing the user codes into a redis database; the message receiving and sending sub-module is used for analyzing the message body after receiving the message and pushing the message body to the target connection in real time according to the unique code connected by the receiver; the message storage submodule is used for calling an asynchronous storage interface when receiving and pushing a message and directly storing a sending record in a database; the service interface sub-module is used for providing a service for inquiring information by a user;
the message storage service module is used for storing message data in a persistent mode.
2. The nodejs-based message reminding system as claimed in claim 1, wherein the connection sub-module establishes a socket long connection through a three-way handshake protocol after calling a socket port.
3. The nodejs-based message reminding system as claimed in claim 2, wherein the message monitoring sub-module starts receiveMsg, triggers a sendMsg interface at the server, and receives the sent message in real time.
4. The nodejs-based message alert system as claimed in claim 3, wherein the service interface sub-module comprises a message sending interface, a history message query interface and an online user query interface;
the message sending interface sub-module is used for providing a push message interface for a sender to call;
the historical message query interface sub-module is used for querying a sending record;
the online user query interface sub-module is used for directly querying all online user information from redis.
5. The nodejs-based message alert system as in claim 4, wherein the record for query delivery comprises sender, recipient, message content, time of delivery and whether the message was delivered.
6. A message reminding method based on nodejs is characterized in that nodejs is used as a basic technology, a Wed webpage establishes a socket long connection mode to keep conversation, receives messages in real time, and stores the messages of users into redis services, so that nodejs service terminals can be integrally deployed, and data are asynchronously stored while the messages are sent.
7. The nodejs-based message reminding method as claimed in claim 6, wherein a user logs in a Wed webpage, the Wed webpage establishes connection at first, a socket port of a server is called, and socket long connection is established after a three-way handshake protocol;
then, heartbeat reconnection is carried out, the user side sends heartbeat information every few seconds, the server side replies after receiving the heartbeat information, and if no response exists, reconnection operation is carried out;
then starting a corresponding monitoring interface to monitor the message; and finally, after the message is received, making message reminding, decomposing the message body, extracting the message content and popping up a prompt box on the page.
8. The message reminding method based on nodejs as claimed in claim 7, wherein receiveMsg monitoring is enabled, and sendMsg interface is triggered at the server to realize receiving the sent message.
9. The message reminding method based on nodejs as claimed in claim 6, characterized in that the nodejs server side firstly performs connection management, the connection management is monitoring connection establishment operation, after receiving operation information of the connection establishment, the connection is established, corresponding heartbeat detection is established, a failure reconnection mechanism is established, and after the connection is established, the unique user connection code and the user code are associated and stored in a redis service;
after receiving the message, analyzing the message body, realizing message receiving and sending, and pushing the message body to the target connection in real time according to the unique code of the receiver connection;
when receiving and pushing the message, calling an asynchronous storage interface, and directly storing the sending record in the message storage service for historical data query.
10. The message reminding method based on nodejs as claimed in claim 9, characterized in that the nodejs server also has a service interface, mainly comprising a message sending interface, a history message inquiry interface and an online user inquiry interface;
the message sending interface is a message pushing interface for a sender to call and is used for a user to send a message;
the historical message inquiry interface is used for inquiring a sending record, wherein the sending record comprises a sender, a receiver, message content, sending time and whether the message is sent;
the online user query interface is used for directly querying all online user information from the redis service and managing other business functions by the user.
CN201911404282.0A 2019-12-31 2019-12-31 Message reminding system and method based on nodejs Active CN111176863B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911404282.0A CN111176863B (en) 2019-12-31 2019-12-31 Message reminding system and method based on nodejs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911404282.0A CN111176863B (en) 2019-12-31 2019-12-31 Message reminding system and method based on nodejs

Publications (2)

Publication Number Publication Date
CN111176863A true CN111176863A (en) 2020-05-19
CN111176863B CN111176863B (en) 2023-08-11

Family

ID=70654214

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911404282.0A Active CN111176863B (en) 2019-12-31 2019-12-31 Message reminding system and method based on nodejs

Country Status (1)

Country Link
CN (1) CN111176863B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030095540A1 (en) * 2001-11-20 2003-05-22 Nokia Corporation Web services push gateway
WO2008155545A2 (en) * 2007-06-18 2008-12-24 Domia Ltd Off site monitoring/control of electrical equipment
US20120144052A1 (en) * 2009-08-26 2012-06-07 Zte Corporation Background service process unit, position system and call control method thereof
CN103001860A (en) * 2012-12-20 2013-03-27 北京思特奇信息技术股份有限公司 Achieving system for converged communication Web instant messages
CN103024049A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 System capable of achieving browser data synchronization
CN103634382A (en) * 2013-11-20 2014-03-12 安徽科大讯飞信息科技股份有限公司 System and method for realizing real-time interaction in webpage
US20140258409A1 (en) * 2013-01-30 2014-09-11 Tencent Technology (Shenzhen) Company Limited Method, server and browser for pushing message actively
CN104468323A (en) * 2014-11-13 2015-03-25 深圳市玖昔物联科技发展有限公司 Chatroom data storage system
US20150334182A1 (en) * 2012-12-17 2015-11-19 Beijing Qihoo Technology Limited System, Method and Browser Client for Enabling Browser Data Synchronization
CN106899493A (en) * 2017-02-22 2017-06-27 广东网金控股股份有限公司 Based on information push method and its device that UDP and Https is realized
CN109040326A (en) * 2018-11-02 2018-12-18 北京京东金融科技控股有限公司 The method and apparatus of PUSH message
US10225224B1 (en) * 2014-12-11 2019-03-05 Priority Reply Networks, Llc Web and voice message notification system and process
CN110365729A (en) * 2018-04-10 2019-10-22 青岛海信智能商用系统股份有限公司 The push of response type message, method of reseptance and response type message push system

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030095540A1 (en) * 2001-11-20 2003-05-22 Nokia Corporation Web services push gateway
WO2008155545A2 (en) * 2007-06-18 2008-12-24 Domia Ltd Off site monitoring/control of electrical equipment
US20120144052A1 (en) * 2009-08-26 2012-06-07 Zte Corporation Background service process unit, position system and call control method thereof
CN103024049A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 System capable of achieving browser data synchronization
US20150334182A1 (en) * 2012-12-17 2015-11-19 Beijing Qihoo Technology Limited System, Method and Browser Client for Enabling Browser Data Synchronization
CN103001860A (en) * 2012-12-20 2013-03-27 北京思特奇信息技术股份有限公司 Achieving system for converged communication Web instant messages
US20140258409A1 (en) * 2013-01-30 2014-09-11 Tencent Technology (Shenzhen) Company Limited Method, server and browser for pushing message actively
CN103634382A (en) * 2013-11-20 2014-03-12 安徽科大讯飞信息科技股份有限公司 System and method for realizing real-time interaction in webpage
CN104468323A (en) * 2014-11-13 2015-03-25 深圳市玖昔物联科技发展有限公司 Chatroom data storage system
US10225224B1 (en) * 2014-12-11 2019-03-05 Priority Reply Networks, Llc Web and voice message notification system and process
CN106899493A (en) * 2017-02-22 2017-06-27 广东网金控股股份有限公司 Based on information push method and its device that UDP and Https is realized
CN110365729A (en) * 2018-04-10 2019-10-22 青岛海信智能商用系统股份有限公司 The push of response type message, method of reseptance and response type message push system
CN109040326A (en) * 2018-11-02 2018-12-18 北京京东金融科技控股有限公司 The method and apparatus of PUSH message

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李伙钦: "基于WebSocket的实时消息推送的设计与实现", 《科技视界》 *
李永钢等: "Web系统消息推送技术的研究", 《电子世界》 *

Also Published As

Publication number Publication date
CN111176863B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
EP2140636B1 (en) A messaging system and method
CN102761843B (en) System and method for mobile terminal user to obtain mails and based on full-text search and WAPPUSH
WO2018214865A1 (en) Processing method for message acknowledgement, related apparatus, storage medium and processor
US20080040443A1 (en) Methods and systems for providing application level presence information in wireless communication
US20090049141A1 (en) Tracking delivered e-mail
CN102355637A (en) Mobile terminal instant communication processing method and device
CN102143444A (en) Method, relevant equipment and system for pushing service delivery platform message
US8407304B2 (en) Method and system for email notification
CN101778053A (en) Inter-instant messenger communication method and device
CN101360073A (en) Notification method, system and apparatus for e-mail arrival
US20040214588A1 (en) Communication device and communication method
CN104901865B (en) A kind of mobile terminal instant messaging signal synchronizing method based on global monotonic sequence number
CN101317410B (en) System, method and apparatus for implementing E-mail notice
CN101159716A (en) Gateway system and message service processing method thereof
KR20090006120A (en) Method and system for transmitting an instantaneous message to a terminal
CN109547333A (en) Instant communicating method and device
EP2493135B1 (en) Short-message transfer method, subsystem and system
CN104123942B (en) A kind of audio recognition method and system
US8249560B2 (en) Sending method, receiving method, and system for email transfer by short message
US10063648B2 (en) Relaying mobile communications
CN101860821B (en) Method and system for acquiring instant messages
CN111176863A (en) Message reminding system and method based on nodejs
EP2568671B1 (en) Method for composing information, corresponding terminal and instant messaging system
US20070214221A1 (en) Method and system for email notification using auto-forwarding and a lightweight mail notification sender
CN102611639A (en) System for sending instant message report in instant message system

Legal Events

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

Address after: 271000 Langchao science and Technology Park, 527 Dongyue street, Tai'an City, Shandong Province

Applicant after: INSPUR SOFTWARE Co.,Ltd.

Address before: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant before: INSPUR SOFTWARE Co.,Ltd.

GR01 Patent grant
GR01 Patent grant