Projects

Subway

2012-2024

Web-based IRC client with Socket.io real-time messaging, plugin system, and persistent history.

subway-irc
$npm start
🚇 Subway IRC starting...
✓ Socket.io server ready
✓ Connected to irc.freenode.net
→ thedjpetersen joined #subway
Subway
IRC chat client
HTML Linter
1<div class="container">
2 <h1>Welcome!</h1>
3 <p>This is a sample<p>
4 <div>Nested content
5 <span>More text</div>
6 </span>
7 <img src="photo.jpg">
8</div>
⚠️Unclosed paragraph tagLine 3
⚠️Mismatched closing tagsLine 5
⚠️Missing closing tag for img elementLine 7
HTML Linter
Static HTML analysis tool