Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 502 Bytes

Chat Service

Chat service using Socket.io on Node.js.

/server

Server codes of chat service.
Run npm start to enable the server.

/client

Terminal

Command-line program for the chat service.
Run npm start to use the service.

Android (developing)

Android application for the chat service.
Start application to use the service.

The application files are on aother repository.