This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/node_modules/union/examples/socketio
2019-12-02 12:10:45 +10:30
..
index.html initial commit 2019-12-02 12:10:45 +10:30
README initial commit 2019-12-02 12:10:45 +10:30
server.js initial commit 2019-12-02 12:10:45 +10:30

This folder contains an example of how to use Union with Socket.io.

First, you'll want to install both Union and Socket.io. Run this
command in the folder you placed these two files:

npm install union socket.io

You can run the server like so:

node server.js

Now open up your web browser to http://localhost and see the results
in the console!