Welcome Guest, Not a member yet? Register   Sign In
Node.js + CI
#1

[eluser]Dregond Rahl[/eluser]
Hey everyone,

Recently been reading up on Node.js and how it is a great webserver and supports sockets even. I was thinking of using it on a project of mine, but i still haven't been able to figure out to to interact from CI to node.js. There was a project done for it with Drupal and it seems to be working well however i still can't figure out how they integrated it together.

Just wondering if anyone has any experience with the idea.


Code:
http://nodejs.org/
http://drupal.org/project/nodejs
http://www.youtube.com/watch?v=UV8lbdJfESg
#2

[eluser]Unknown[/eluser]
Hi, I’m trying to do something similar to what you mention. I’m trying to integrate a real time notification system in node.js that interacts with a CI project. Have you been able to integrate both technologies? Any tips? I suggest you take a look to the following link:

http://nowjs.com/

Regards
#3

[eluser]Glyn[/eluser]
Essentially where I use node.js and Codeigniter I keep them seperate.
The base coding of my site I use Codeigniter but if I wanted to provide something that is very suited to node.js I just run that along side.

My example of node.js for realtime mapping with code is available at node.js mapping




Theme © iAndrew 2016 - Forum software by © MyBB