Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Nette-JsonRpc-server-client ... method call // On the end execute the server $output = $server->execute(); // Send output to the browser $httpResponse = $this->context->httpResponse; $httpResponse->setContentType('text/plain', 'UTF-8'); $this->sendResponse(new \ ...
  • rumble-client ... and development.log. Rails will automatically display debugging and runtime information to these files. Debugging info will also be shown in the browser on requests from 127.0.0.1. You can also log your own messages directly into the log file from your ...
  • dropvault-web-client Web client for Dropvault dropvault-web-client This project is part of dropvault. It is a web interface allowing users to access their file stored on dropvault using a simple web browser.
  • vxin ... catch is that in this case code could be server side or browser/client side, so you could do fun stuff like having a query from a server be filtered and displayed on the browser. Alternately, input, filter, and output could happen entirely on the server- ...
  • live_browser ... the `rwzwiybgu3hibsr@jetable.org` account. Here are the details: * Application name : `Live Browser` * Client ID : `000000004C05390D` * Client secret : `fiMIb91LhBu9T5LPk4hPd2QaqKXLTY4a` To get new tokens, go to: https://manage.dev.live ...
  • spreadsheet-api-java-client ... this API: git clone git@github.com:ralph240574/spreadsheet-api-java-client.git Build with Maven: mvn clean install Note when Maven runs the the Unit tests it will open a browser window and ask for access to your Google account. This ...
  • erlfaye ... . Browser JS applications can use the [Faye browser client](http://faye.jcoglan.com/browser.html) to send and receive notifications: var client = new Faye.Client('http://myserver/cometd'); client.subscribe("/location", function(msg) { ...
  • django-browser-detector Middleware/decorator that detects user-agent on the server-side and redirects the client Django Browser Detector ======================= This plugin serves as a simple middleware/decorator to redirect specific user-agents. How to use it: ... to be ...
  • sockjs-client ... .close(); }; sock.onclose = function() { console.log('close'); }; ``` # SockJS-client API ## SockJS class Similar to the 'WebSocket' API, ... SockJS without the client Although the main point of SockJS is to enable browser-to-server connectivity ...
  • oscon-chat ... a Chat Server with Socket.IO". Unlike other chat examples, each browser client gets 1 chat screen, and they talk 1-on-1 ... Run `npm install .`. 4. Run `node app.js`. 5. Point your browser to `http://localhost:3000` and `http://localhost:3000/admin` for ...