"Project" PHP + browser development of local application feasibility
The browser is the GUI, with Ajax as the means of communication. Not suitable for large applications, small and medium-sized is OK.
I think the problem to solve is mainly the problem of Ajax communication. You can consider using an Ajax long connection. Whether the event triggering mechanism can be found. Local Application Ajax PHP
Share to:
------Solution--------------------
The landlord's meaning should be that the local program first integrates a PHP environment, so Ajax and environment within the server such as Apache communication ....
------Solution--------------------
Implementation must be no problem, as for communications, it is estimated that only analog calls
------Solution--------------------
Feasibility Analysis:
1. Very weak versatility, only for specific users
2 .....
------Solution--------------------
Isn't that the same as normal web development?
Is there any technical difficulty?
------Solution--------------------
Local app? Can let users compromise, with the latest browser, meaning to support websocket kind of
Then on the Nodejs + Socket.io library, with less than 20 lines, a simple server push multiplayer chat system can be born.
------Solution--------------------
Reference:
local app? Can let users compromise, with the latest browser, meaning to support websocket kind of
Then on the Nodejs + Socket.io library, with less than 20 lines, a simple server push multiplayer chat system can be born.
I killed Csdn's socket.io, so far I dare not revive it ...
------Solution--------------------
References:
Quote: References:
Local app? Can let users compromise, with the latest browser, meaning to support websocket kind of
Then on the Nodejs + Socket.io library, with less than 20 lines, a simple server push multiplayer chat system can be born.
I killed Csdn's socket.io, so far I dare not revive it
...
Should your browser does not support WebSocket bar, if not support that Socket.io will go back to polling the old road.
------Solution--------------------
Reference:
Quote: Reference:
Local app? Can let users compromise, with the latest browser, meaning to support websocket kind of
Then on the Nodejs + Socket.io library, with less than 20 lines, a simple server push multiplayer chat system can be born.
I killed Csdn's socket.io, so far I dare not revive it
...
------Solution--------------------
PHP local application feasible, you see tide This development tool, you can put a lot of scripts and server suite package, a few PHP. It's not clear how he works at first sight.