neo (meaningless prefix) + chat (chat)
TODO
- neochat framework
- (glueing)
- neochat protocol
- to implement network related stuff for each chat backend services
- neochat UI
- neochat core
This repository is the neochat framework, and has a sample protocols and UIs.
- protocol/echoback
- A dummy protocol. It just returns what you say.
- ui/vanilla
- TODO
-
neochat#ui#***#open()
to get aui
object -
neochat#establish(protocol)
to get aconnection
object -
neochat#protocol#***#hear(connection)
to get what people there are talking -
neochat#say(connection, message)
to post what you want to shre -
neochat#bye(connection)
to terminate theconnection
(the connection won't be reusable)
All functions are non-blocking.
- Tatsuhiro Ujihisa http://github.com/ujihisa
- core
- ui/vanilla, protocol/echoback
- Kamichidu http://github.com/kamichidu
- ui/lingr
GPLv3 or any later versions.