app/node_modules/union/examples/socketio
陈狼 ee804de040 第一次提交 2025-02-13 08:26:53 +08:00
..
README 第一次提交 2025-02-13 08:26:53 +08:00
index.html 第一次提交 2025-02-13 08:26:53 +08:00
server.js 第一次提交 2025-02-13 08:26:53 +08:00

README

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!