makyo / stimmtausch

Golang MU* client
MIT License
5 stars 0 forks source link

create websocket layer for browser clients #57

Open makyo opened 5 years ago

makyo commented 5 years ago

Send lines as frames. Will require translating ANSI codes to something more easily consumed (json? {timestamp: ..., line: [["Maddy", "green"],[" says, \"Hi, "],["Jaymie", "cyan"],[".\""]]})

makyo commented 5 years ago

https://github.com/makyo/ansigo/issues/5