eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

new architecture (Client-server concept) #39

Open eckhchri opened 8 years ago

eckhchri commented 8 years ago

Collection of ideas: http://www.bennyn.de/programmierung/javascript/socket-io-und-node-js-einsteiger-tutorial-fur-windows.html http://hackintoshrao.com/2014/01/23/sending-data-to-the-node-js-server-using-websockets/ https://nodesource.com/blog/understanding-socketio/ http://nodecode.de/chat-nodejs-websocket https://www.devsaran.com/blog/10-best-nodejs-frameworks-developers http://openenergymonitor.org/emon/node/107?page=1 http://www.sitepoint.com/introduction-to-streams/ https://nodejs.org/api/stream.html http://www.tutorialspoint.com/nodejs/nodejs_streams.htm http://ejohn.org/blog/node-js-stream-playground/ UDP http://stackoverflow.com/questions/16190028/node-js-listen-for-udp-and-forward-to-connected-http-web-clients

viper4gh commented 8 years ago

http://openenergymonitor.org/emon/node/107?page=1 data on server side MySQL DB -> read data with php -> php returns data to JQuery AJAX

Simple node.js HTTP Server: http://blog.modulus.io/build-your-first-http-server-in-nodejs