diff --git a/share/apps.json b/share/apps.json index 6b0950357..52768c9a5 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3076,6 +3076,13 @@ "html": " <(?:script|link)[^>].*com_sobipro.*>", "implies": "Joomla" }, + "Socket.io": { + "website": "socket.io", + "cats": [ 12 ], + "script": "socket.io.*\\.js", + "env": "^io$", + "implies": "node.js" + }, "SoundManager": { "website": "www.schillmania.com/projects/soundmanager2", "cats": [ 12 ], diff --git a/share/images/icons/Socket.io.png b/share/images/icons/Socket.io.png new file mode 100644 index 000000000..d1f126980 Binary files /dev/null and b/share/images/icons/Socket.io.png differ