<font face="ms comic sans">
Based off Microsoft Comic Chat. Uses node.js and websockets.
- Comic chat
- Rooms
- Notifications
- Google Translate text-to-speech abuse (Chrome only right now)
- Basic relay support for animating your (IRC) chat
- Clone repo.
npm install websocket- Change address of server in
client/client.js - Change port of server in
server/server.js node server/server.js- Visit
client/index.html
Connect to the WebSocket server and start pushing JSON. Subject to change.
{
type: 'join',
room: 'room'
}
history,join,partrequireroommessagerequiresroomandtext,spoof: trueoptional for relays
history---type,history(an array of messages for the requested room)message---type,room,time,text,author
If you want to watch your Best Internet IRC Friends in a voiced comic you can configure relay/relay.js and then run it with node relay/relay.js.
- More characters
- More algorithm
- More styling
- Cleaner code
- Everything else
</font>
