Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 611 Bytes

ioMessage

a basic chat room app inspired by imessage build on expressjs with socketio

Technologies Used:

  • Socketio for bi-directional communication between web clients and servers
  • Express.js as a Node.js server side framework
  • Node.js as an interface to the V8 Javascript runtime

How to run this app locally

  • Fork & Clone this repository.

In Terminal

  • cd ioMessage
  • npm install
  • node app.js
  • Enter username and enjoy!

TODO

  • add list to show who's online
  • allow users to create their own rooms

Web Image Mobile