Skip to content

bethleha/tslchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Project 02: Chat client and Server

Directory Structure

|
+---~ server/
|        |
|        +---~ app.js
|        |
|        +---~ package.json
|
+---~ client/ (TBD: Web, Android and iOS

Running Chat server

1. Navigate to server/ dir.
     $ cd <raltive-path-to-server-src-dir>
2. Install Dependencies
     $ npm install
3. Run chat server as,
     $ node app.js

TODO:

-> Create Chat client UI;  Single, wide text input field.
-> New chat messages will be inserted before this element.
(Please refer conventional chat windows.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages