UNPKG

@cocreate/socket-client

Version:

A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.

19 lines (17 loc) 532 B
<!DOCTYPE html> <html lang="en"> <head> <title>Socket-client | CoCreateJS</title> <!-- CoCreate Favicon --> <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon.ico" /> <link rel="manifest" href="/manifest.webmanifest" /> </head> <body> <!-- <script src="../dist/CoCreate-socket-client.js"></script> --> <script src="https://CoCreate.app/dist/CoCreate.js"></script> </body> </html>