UNPKG

phantom-socketio

Version:

This simple library provides the ability to use socket.io-client library inside phantomjs.

11 lines (10 loc) 191 B
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <script src="./node_modules/socket.io-client/socket.io.js"></script> </head> <body> </body> </html>