nodechat-android

[archived] Android client for example Node.js chat room

APACHE-2.0 License

Stars
16

Android NodeChat

Deprecated

This was a toy application that is no longer being developed. I have even lost track of the backend node.js code; it used to be on node.js homepage and I never thought to commit it here :(

About

This is an Android client that will connect to the example node.js chat room https://github.com/ry/node_chat (chat room demos at http://chat.nodejs.org/. The application interfaces with a server running the node.js chat room in the same manner the browser version does.

I started this for an assignment for a course involving Android development and to play with node.js -- feel free to contribute! If there is enough interest/contributions, I will publish to the Android Market.

Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

  • Import the project into your Eclipse workspace

To-do's/Known Issues

  • Needs to support removing servers/clean-up server list
  • Needs extra support for twich.me chat rooms
  • Needs to handle downloading large chat histories
  • Force chat history sort by timestamp