Skip to content

Communications framework for both client and server built on socket.io and node.js

Notifications You must be signed in to change notification settings

aelaguiz/message.socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

message.socket.io

Communications framework for both client and server built on socket.io and node.js

What is it?

It's an easy way to tie a node.js backend to a javascript-enabled front end via websockets (socket.io) without having to worry about the details.

Check out this gist to see how simple it is to use.

Demo

Chat Demo

Getting Started

git clone [email protected]:aelaguiz/message.socket.io.git

cd message.socket.io

git submodule init

git submodule update

make

node example/runme.js

Navigate to http://localhost:8084 in your favorite web browser.

Your favorite web browser should be chrome, because that's all I have tested with.

Notes

This is basically just a bunch of code I wrote for my own experimentation, I wrote it in Ubuntu 10.10 using chrome beta 10+. That's the only place I've tested any of it, but I've been lead to believe it works elsewhere.

The example is the documentation. I'd much rather write source code than documentation.

License

There is no license really, you can steal it and take credit for it. Whatever.

About

Communications framework for both client and server built on socket.io and node.js

Resources

Stars

Watchers

Forks

Packages

No packages published